Skip to content
Snippets Groups Projects
Commit a6bcd56c authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix/gallery-margin-fix' into 'develop'

fix specificity that made attachments misalign

See merge request !855
parents 8d33832f b059deb5
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!855fix specificity that made attachments misalign
Pipeline #13829 passed
......@@ -28,7 +28,9 @@
flex-grow: 1;
margin-top: 0.5em;
.attachments, .attachment {
// FIXME: specificity problem with this and .attachments.attachment
// we shouldn't have the need for .image here
.attachment.image {
margin: 0 0.5em 0 0;
flex-grow: 1;
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment