highplainsscripter
Results
2
comments of
highplainsscripter
I was able to address the problem with mini-sized switches by adding the following CSS: ``` .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label { font-size: 11px; } ```
👍 for addressing this issue.