Skip to content

Commit

Permalink
Rebuild frontend assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 1, 2023
1 parent ce6f560 commit 8738a48
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions assets/css/easyadmin-theme/detail-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@
min-width: 66%;
}

.ea-detail .field-group .field-code_editor {
color: inherit;
font-family: var(--font-family-monospace);
font-size: var(--font-size-sm);
line-height: 1.6;
white-space: pre-wrap;
}

.ea-detail .field-group.field-textarea .field-value,
.ea-detail .field-group.field-text_editor .field-value {
max-height: 350px;
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"entrypoints": {
"app": {
"css": [
"/app.052a1081.css",
"/app.052a1081.rtl.css"
"/app.bb26af28.css",
"/app.bb26af28.rtl.css"
],
"js": [
"/app.1357e916.js"
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app.css": "app.052a1081.css",
"app.rtl.css": "app.052a1081.rtl.css",
"app.css": "app.bb26af28.css",
"app.rtl.css": "app.bb26af28.rtl.css",
"app.js": "app.1357e916.js",
"form.js": "form.fc39362b.js",
"page-layout.js": "page-layout.3347892e.js",
Expand Down

0 comments on commit 8738a48

Please sign in to comment.