Wrap manage link button tightly and shift margins
This commit is contained in:
parent
99c2708544
commit
01606d35b0
|
@ -220,10 +220,19 @@ input:invalid {
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#actions button {
|
||||
#actions > div > a {
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
#actions button,
|
||||
#actions > div > a {
|
||||
margin: 0 .2rem .5rem 0;
|
||||
}
|
||||
|
||||
#actions #cancel-button {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#options:not([open]) + #lint h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user