Skip to content
Snippets Groups Projects

fix specificity that made attachments misalign

Merged Shpuld Shpludson requested to merge fix/gallery-margin-fix into develop
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -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%;
Loading