fix(actions-modal): Inconsistent margins (#4418)

This commit is contained in:
Sorin Davidoi 2017-07-28 13:34:06 +02:00 committed by Eugen Rochko
parent 534da4f24f
commit 296bfa23aa
1 changed files with 4 additions and 0 deletions

View File

@ -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;