fix specificity that made attachments misalign

このコミットが含まれているのは:
Shpuld Shpludson 2019-06-25 16:30:21 +00:00
コミット b059deb551
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -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%;