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

fix specificity that made attachments misalign

parent 8d33832f
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment