소스 검색

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;
     }
   }