diff options
author | Sorin Davidoi <sorin.davidoi@gmail.com> | 2017-07-28 13:34:06 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-28 13:34:06 +0200 |
commit | 296bfa23aa0de5b0203a03a3a3f3647b3b58110f (patch) | |
tree | 4ff2a62f203e93773e67afc1571d0e3e1640445c | |
parent | 534da4f24fd6740a7f613b0fa836b45f5935a99b (diff) |
fix(actions-modal): Inconsistent margins (#4418)
-rw-r--r-- | app/javascript/styles/components.scss | 4 |
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; |