add bottom margin to .action widgets
This commit is contained in:
parent
be8f5bc8e5
commit
de42859fe6
1 changed files with 1 additions and 4 deletions
|
@ -6142,10 +6142,7 @@ output {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin-bottom: 17px;
|
||||||
& + .action {
|
|
||||||
margin-top: 17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.is-inactive {
|
&.is-inactive {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in a new issue