1
0
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:
Jenil Gogari
2019-04-21 18:54:07 -04:00
committed by GitHub

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