about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorSorin Davidoi <sorin.davidoi@gmail.com>2017-07-28 13:34:06 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-07-28 13:34:06 +0200
commit296bfa23aa0de5b0203a03a3a3f3647b3b58110f (patch)
tree4ff2a62f203e93773e67afc1571d0e3e1640445c /app
parent534da4f24fd6740a7f613b0fa836b45f5935a99b (diff)
fix(actions-modal): Inconsistent margins (#4418)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 03bc77eb5..f03ed6c69 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -3509,6 +3509,10 @@ button.icon-button.active i.fa-retweet {
     overflow-y: auto;
     flex-shrink: 0;
 
+    li:empty {
+      margin: 0;
+    }
+
     li:not(:empty) {
       a {
         color: $ui-base-color;