mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-27 05:37:15 -05:00
Fixed post height changes caused by reactions (#4982)
This commit is contained in:
@@ -1252,6 +1252,10 @@
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
.post-reaction-list {
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.post-reaction {
|
||||
@include user-select(none);
|
||||
@include border-radius(3px);
|
||||
|
||||
Reference in New Issue
Block a user