Selaa lähdekoodia

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

master
Sorin Davidoi 6 vuotta sitten
committed by Eugen Rochko
vanhempi
commit
296bfa23aa
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      app/javascript/styles/components.scss

+ 4
- 0
app/javascript/styles/components.scss Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna