mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Merge pull request #31 from yne/patch-1
Add grouped spacing for <select> elements
This commit is contained in:
commit
d6249da9f7
@ -88,6 +88,7 @@ button {
|
||||
}
|
||||
|
||||
.grouped > input:not(:last-child),
|
||||
.grouped > select:not(:last-child),
|
||||
.grouped > .button:not(:last-child) {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user