From 95cd0e556b93d4c189e04a69dad99839f750b8a1 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Fri, 9 Feb 2018 00:34:07 -0600 Subject: [PATCH] Better spacing of the buttons --- css/_reactions.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/_reactions.scss b/css/_reactions.scss index c531e6d32..c93dcfc06 100644 --- a/css/_reactions.scss +++ b/css/_reactions.scss @@ -14,7 +14,8 @@ .reactions-dialog-cell { display: inline; - height: 50px; - width: 50px; + height: 40px; + margin: 10px; + width: 40px; } }