Explorar el Código

Fix select2 arrow padding

Denis K hace 8 años
padre
commit
6c57e40234
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;