4 lines
83 B
Text
4 lines
83 B
Text
// prevent line breaks in label
|
|
.bootstrap-switch-label {
|
|
white-space: nowrap;
|
|
}
|