MediaGallery: fix float when compact
This commit is contained in:
parent
244525ae3c
commit
132c6c53d1
|
@ -207,6 +207,7 @@ $media-compact-size: 50px;
|
|||
width: $media-compact-size !important;
|
||||
height: $media-compact-size !important;
|
||||
inset: auto !important;
|
||||
float: left !important;
|
||||
margin-right: 5px;
|
||||
|
||||
&-overflow {
|
||||
|
|
Loading…
Reference in New Issue