瀏覽代碼

fixed RTL issue

Mattia Larentis 10 年之前
父節點
當前提交
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;

文件差異過大導致無法顯示
+ 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;

部分文件因文件數量過多而無法顯示