|
@@ -28,7 +28,8 @@
|
|
|
.@{bootstrap-switch-base}-label {
|
|
|
.box-sizing(border-box);
|
|
|
cursor: pointer;
|
|
|
- display: inline-block !important;
|
|
|
+ display: table-cell;
|
|
|
+ vertical-align: middle;
|
|
|
padding: @padding-base-vertical @padding-base-horizontal;
|
|
|
font-size: @font-size-base;
|
|
|
line-height: @line-height-computed;
|