소스 검색

Merge pull request #15 from nikikante/Website-dropdown-is-off-by-1-or-2

Fixed spacing beetwen button and dropdown menu
Alexandru Dima 9 년 전
부모
커밋
cb18dcc629
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      website/index/index.css

+ 6 - 0
website/index/index.css

@@ -174,6 +174,12 @@
 	background-color: #CDE7F9;
 }
 
+.try .editor.row .bootstrap-select .dropdown-menu {
+    margin: 0;
+    border-top: 0
+}
+
+
 .try .editor .editor-frame {
 	position: relative;
 }