Browse Source

Fix dropdown icon padding (#6651)

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.9.0-rc1
zeripath techknowlogick 7 years ago
parent
commit
3cb7ebab6d
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      public/css/index.css
  2. +1
    -0
      public/less/_form.less

+ 1
- 1
public/css/index.css
File diff suppressed because it is too large
View File


+ 1
- 0
public/less/_form.less View File

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


Loading…
Cancel
Save