Skip to content

Commit

Permalink
Fix svg image in image column preview
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Dec 19, 2021
1 parent 26a84a7 commit 7fe3272
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/default/css/admin-app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/default/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"/js/admin-app.js": "/js/admin-app.js?id=afa8686058cb9d491abf",
"/js/admin-app-dev.js": "/js/admin-app-dev.js?id=95adc66ab63d937c507d",
"/js/modules.js": "/js/modules.js?id=a9070f80a8fed47cdfad",
"/css/admin-app.css": "/css/admin-app.css?id=aa8b31765e3ff9d21fc6"
"/css/admin-app.css": "/css/admin-app.css?id=14d7506ac98cad254452"
}
5 changes: 5 additions & 0 deletions resources/assets/scss/components/magnific-popup.scss
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
@import "~magnific-popup/src/css/main";

//Fix SVG images
.mfp-figure figure {
min-width: 5rem;
}

0 comments on commit 7fe3272

Please sign in to comment.