diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue
index c6f51de69..901de6aa2 100644
--- a/src/client/app/common/views/components/reactions-viewer.vue
+++ b/src/client/app/common/views/components/reactions-viewer.vue
@@ -133,10 +133,7 @@ export default Vue.extend({
 
 <style lang="stylus" scoped>
 .mk-reactions-viewer
-	display flex
-	flex-flow wrap
-	gap 4px
-	margin 4px 0
+	margin 6px 0
 
 	&:empty
 		display none