Skip to content

Commit

Permalink
Fix for folder size on mobile re issue #27537
Browse files Browse the repository at this point in the history
Fix for the UI size issue described in
[4.0] [backend-template] Media Manager unusable on mobile #27537
  • Loading branch information
AndyGaskell committed Jan 19, 2020
1 parent eef023f commit 96b3ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

.media-browser-item-preview {
position: relative;
font-size: 60px;
font-size: 10vw;
color: #007eb7;
border-radius: $grid-item-border-radius;
&::after {
Expand Down

0 comments on commit 96b3ade

Please sign in to comment.