Fix select2 height - refs BT#12955

pull/2487/head
Angel Fernando Quiroz Campos 7 years ago
parent 720c622234
commit 8f411192c8
  1. 1
      app/Resources/public/css/base.css

@ -6088,7 +6088,6 @@ ul#toolnavbox-two li a.btn{
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 38px;
}
.select2-container .select2-search--inline .select2-search__field{
margin-top: 3px !important;

Loading…
Cancel
Save