Wrap manage link button tightly and shift margins

This commit is contained in:
narcolepticinsomniac 2018-07-09 17:45:45 -04:00 committed by GitHub
parent 99c2708544
commit 01606d35b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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