fix(actions-modal): Inconsistent margins (#4418)
This commit is contained in:
parent
534da4f24f
commit
296bfa23aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue