Fix Switch white-space

old
HaNdTriX 2016-10-22 14:50:01 +02:00
parent eefa426960
commit 17c791a94a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
.field {
position: relative;
display: block;
height: $switch-total-height;
height: auto;
margin-bottom: $switch-field-margin-bottom;
white-space: nowrap;
vertical-align: middle;
@ -18,7 +18,7 @@
font-size: $switch-font-size;
line-height: $switch-total-height;
color: $switch-text-color;
white-space: nowrap;
white-space: normal;
vertical-align: top;
}

View File

@ -6,7 +6,7 @@
.field {
position: relative;
display: block;
height: $switch-total-height;
height: auto;
margin-bottom: $switch-field-margin-bottom;
white-space: nowrap;
vertical-align: middle;
@ -18,7 +18,7 @@
font-size: $switch-font-size;
line-height: $switch-total-height;
color: $switch-text-color;
white-space: nowrap;
white-space: normal;
vertical-align: top;
}