Skip to content

Commit 68708da

Browse files
committed
bug #7330 Fix a minor design issue relatd to filters (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Fix a minor design issue relatd to filters This was a leftover that is no longer needed since we updated the design to use flex gap to add space between the buttons. Also, it adds an extra visual separation that doesn't look good. Commits ------- 405e11e Fix a minor design issue relatd to filters
2 parents 490a766 + 405e11e commit 68708da

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

assets/css/easyadmin-theme/base.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,6 @@ a.user-menu-wrapper .user-details:hover {
576576
opacity: 1;
577577
}
578578

579-
.content-header .datagrid-filters {
580-
margin-inline-end: 10px;
581-
}
582579
.content-header .global-actions,
583580
.content-header .page-actions {
584581
justify-content: right;
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/entrypoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"entrypoints": {
33
"app": {
44
"css": [
5-
"/app.be144e51.css"
5+
"/app.f9f0ca7b.css"
66
],
77
"js": [
88
"/app.dc113b51.js"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app.css": "app.be144e51.css",
2+
"app.css": "app.f9f0ca7b.css",
33
"app.js": "app.dc113b51.js",
44
"form.js": "form.875c88d4.js",
55
"page-layout.js": "page-layout.6e9fe55d.js",

0 commit comments

Comments
 (0)