Przeglądaj źródła

Fix the Select2 logo

With the update to Bootstrap it was forcing the Select2 text down.
Kevin Brown 9 lat temu
rodzic
commit
6369f5f173
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      docs/_sass/_nav.scss

+ 2 - 1
docs/_sass/_nav.scss

@@ -9,7 +9,8 @@
 
 
   .navbar-brand {
   .navbar-brand {
     font-weight: 500;
     font-weight: 500;
-    img {
+    > img {
+      display: inline;
       margin-right: 4px;
       margin-right: 4px;
     }
     }
   }
   }