Skip to content

Commit

Permalink
bug #6119 Fix the design of form collections (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Fix the design of form collections

The font size of form collections changed in a recent version. This PR goes back to the original design.

Commits
-------

0650a4a Fix the design of form collections
  • Loading branch information
javiereguiluz committed Jan 26, 2024
2 parents 766f8c4 + 0650a4a commit 5d80405
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions assets/css/easyadmin-theme/fields.scss
Expand Up @@ -87,6 +87,9 @@
background: var(--form-type-collection-item-collapsed-hover-bg);
box-shadow: inset 0 0 0 1px var(--form-input-border-color);
}
.accordion-header .accordion-button {
font-size: var(--font-size-base);
}

.accordion-item {
background: transparent;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Resources/public/entrypoints.json
Expand Up @@ -2,8 +2,8 @@
"entrypoints": {
"app": {
"css": [
"/app.fa78b25b.css",
"/app.fa78b25b.rtl.css"
"/app.933c96e5.css",
"/app.933c96e5.rtl.css"
],
"js": [
"/app.dcb9a87a.js"
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"app.css": "app.fa78b25b.css",
"app.rtl.css": "app.fa78b25b.rtl.css",
"app.css": "app.933c96e5.css",
"app.rtl.css": "app.933c96e5.rtl.css",
"app.js": "app.dcb9a87a.js",
"form.js": "form.645e16a6.js",
"page-layout.js": "page-layout.3347892e.js",
Expand Down

0 comments on commit 5d80405

Please sign in to comment.