Fixed post height changes caused by reactions (#4982)

This commit is contained in:
Harrison Healey
2017-01-06 09:04:17 -05:00
committed by GitHub
parent 28d07758fc
commit 657d4101f9
+4
View File
@@ -1252,6 +1252,10 @@
min-width: 320px;
}
.post-reaction-list {
min-height: 30px;
}
.post-reaction {
@include user-select(none);
@include border-radius(3px);