浏览代码

Fix the Select2 logo

With the update to Bootstrap it was forcing the Select2 text down.
Kevin Brown 9 年之前
父节点
当前提交
6369f5f173
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
     }
   }