Commit a3d5f3d
committed
minor #7250 Improve form action rendering in datagrid by adjusting display and margin (gremo)
This PR was merged into the 4.x branch.
Discussion
----------
Improve form action rendering in datagrid by adjusting display and margin
See #7249. This pull request introduces a small UI improvement for action buttons in data grids. Specifically, it adjusts the display and spacing of forms within action cells that are not rendered as dropdowns.
- UI/Styling Improvements:
* In `assets/css/easyadmin-theme/datagrids.css`, forms inside `.datagrid td.actions` cells (excluding those with the `.actions-as-dropdown` class) are now displayed inline and given horizontal margins for better spacing.
Commits
-------
3d10b21 Improve form action rendering in datagrid by adjusting display and margins1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
| |||
0 commit comments