浏览代码

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;

部分文件因为文件数量过多而无法显示