Radio button margin

This commit is contained in:
narcolepticinsomniac 2017-12-08 11:17:38 -05:00 committed by GitHub
parent bc1bedfb3b
commit 760e8a2434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,10 @@ input[type="color"] {
display: block; display: block;
} }
.iconset input[type="radio"] {
margin: 2px 4px 0 0;
}
#actions { #actions {
justify-content: space-around; justify-content: space-around;
align-items: stretch; align-items: stretch;