Browse Source

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

master
Sorin Davidoi 6 years ago
committed by Eugen Rochko
parent
commit
296bfa23aa
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/components.scss

+ 4
- 0
app/javascript/styles/components.scss 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;


Loading…
Cancel
Save