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

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