Merge branch 'media-gallery-compact-fix' into 'develop'
MediaGallery: fix float when compact See merge request soapbox-pub/soapbox-fe!809
This commit is contained in:
commit
387e3b2c9e
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ $media-compact-size: 50px;
|
||||||
width: $media-compact-size !important;
|
width: $media-compact-size !important;
|
||||||
height: $media-compact-size !important;
|
height: $media-compact-size !important;
|
||||||
inset: auto !important;
|
inset: auto !important;
|
||||||
|
float: left !important;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
||||||
&-overflow {
|
&-overflow {
|
||||||
|
|
Loading…
Reference in a new issue