Jelajahi Sumber

fixed RTL issue

Mattia Larentis 10 tahun lalu
induk
melakukan
161ab33e96

+ 1 - 0
dist/css/bootstrap3/bootstrap-switch.css

@@ -21,6 +21,7 @@
 
 .bootstrap-switch {
   display: inline-block;
+  direction: ltr;
   cursor: pointer;
   border-radius: 4px;
   border: 1px solid;

File diff ditekan karena terlalu besar
+ 0 - 0
dist/css/bootstrap3/bootstrap-switch.min.css


+ 1 - 0
src/less/bootstrap3/bootstrap-switch.less

@@ -2,6 +2,7 @@
 
 .@{bootstrap-switch-base} {
   display: inline-block;
+  direction: ltr;
   cursor: pointer;
   border-radius: @border-radius-base;
   border: 1px solid;

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini