4
0
Эх сурвалжийг харах

Merge pull request #1108 from leram84/patch-1

Fix for bootstrap screen width bug
causefx 7 жил өмнө
parent
commit
0a2c074ed8
1 өөрчлөгдсөн 11 нэмэгдсэн , 1 устгасан
  1. 11 1
      css/organizr.css

+ 11 - 1
css/organizr.css

@@ -1273,6 +1273,16 @@ span.fc-title {
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
 }
+/* Fix for bootstrap screen width bug */
+@media (min-width: 992px) and (max-width: 1200px) {
+    .col-lg-12 {
+        float: left;
+        width: 100%;
+    }
+    .col-md-12 {
+        float: none;
+    }
+}
 /*
 body,
 html {
@@ -1290,4 +1300,4 @@ html {
 .internal-listing .simplebar-track.horizontal {
     display: none;
 }
-*/
+*/