Merge pull request #31 from yne/patch-1

Add grouped spacing for <select> elements
This commit is contained in:
Jenil Gogari 2019-04-21 18:54:07 -04:00 committed by GitHub
commit d6249da9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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