Browse Source

Fix the Select2 logo

With the update to Bootstrap it was forcing the Select2 text down.
Kevin Brown 9 năm trước cách đây
mục cha
commit
6369f5f173
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/_sass/_nav.scss

+ 2 - 1
docs/_sass/_nav.scss

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