1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

input selectgroups fixes

This commit is contained in:
codecalm
2020-01-25 00:33:55 +01:00
parent 3e43568f73
commit bddf2d4288
5 changed files with 36 additions and 83 deletions
+1 -1
View File
@@ -4,6 +4,7 @@ Select group
.form-selectgroup {
display: inline-flex;
margin: 0 -.5rem -.5rem 0;
flex-wrap: wrap;
}
.form-selectgroup-vertical {
@@ -13,7 +14,6 @@ Select group
.form-selectgroup-item {
display: block;
position: relative;
flex-grow: 1;
margin: 0 .5rem .5rem 0;
}