summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/reactions-viewer.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue
index 440e6366fd..4081d6d80c 100644
--- a/src/client/app/common/views/components/reactions-viewer.vue
+++ b/src/client/app/common/views/components/reactions-viewer.vue
@@ -133,7 +133,10 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-reactions-viewer
- margin 6px 0
+ display flex
+ flex-flow wrap
+ gap 4px
+ margin 4px 0
&:empty
display none