Fixed post height changes caused by reactions (#4982)

Этот коммит содержится в:
Harrison Healey
2017-01-06 09:04:17 -05:00
коммит произвёл GitHub
родитель 28d07758fc
Коммит 657d4101f9

Просмотреть файл

@@ -1252,6 +1252,10 @@
min-width: 320px;
}
.post-reaction-list {
min-height: 30px;
}
.post-reaction {
@include user-select(none);
@include border-radius(3px);