Skip to content

Commit

Permalink
Merge pull request #16175 from atomiix/fix-label-bad-display
Browse files Browse the repository at this point in the history
Fix label not in place on BO products page in Filter by categories
  • Loading branch information
matks committed Oct 30, 2019
2 parents ef1d7e4 + 65bd965 commit dfa0e36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-dev/themes/new-theme/public/theme.css

Large diffs are not rendered by default.

Expand Up @@ -91,6 +91,13 @@ ul.category-tree {
}
}

label.form-control-label {
color: $gray-medium;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}

#choice_tree {
.category-tree {
margin-bottom: 0;
Expand Down

0 comments on commit dfa0e36

Please sign in to comment.