Browse Source

Fix select2 arrow padding

Denis K 8 years ago
parent
commit
6c57e40234
1 changed files with 4 additions and 0 deletions
  1. 4 0
      jet/static/jet/css/select2/_single.scss

+ 4 - 0
jet/static/jet/css/select2/_single.scss

@@ -3,6 +3,10 @@
 .select2-selection--single {
   height: $input-height;
 
+  .select2-selection__rendered {
+    padding-right: 24px;
+  }
+
   .select2-selection__clear {
     cursor: pointer;
     float: right;