Browse Source

Fix the Select2 logo

With the update to Bootstrap it was forcing the Select2 text down.
Kevin Brown 9 years ago
parent
commit
6369f5f173
1 changed files with 2 additions and 1 deletions
  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;
     }
   }