1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Add grouped spacing for <select> elements

This commit is contained in:
Rémy F 2019-04-20 20:52:09 +02:00 committed by GitHub
parent 63dac8abf7
commit d304e9bf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ button {
}
.grouped > input:not(:last-child),
.grouped > select:not(:last-child),
.grouped > .button:not(:last-child) {
margin-right: 16px;
}