Browse Source

Fix dropdown icon padding (#6651)

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.9.0-rc1
zeripath 6 years ago committed by techknowlogick
parent
commit
8d01b9857f
  1. 2
      public/css/index.css
  2. 1
      public/less/_form.less

2
public/css/index.css

File diff suppressed because one or more lines are too long

1
public/less/_form.less

@ -129,6 +129,7 @@
.dropdown {
.dropdown.icon {
margin-top: -7px!important;
padding-bottom: 5px;
}
.text {
margin-right: 0!important;

Loading…
Cancel
Save