Skip to content

Commit

Permalink
Specify category-select toggle width, prevent it from hidng
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Oct 31, 2017
1 parent 9c2a84e commit ff74ddd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/assets/sass/_overrides.sass
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@
.btn-group + .dropdown
margin-left: 0

// pf-toolbar-dropdown goes crazy when given sufficent cause to, this keeps it inline
// pf-toolbar-dropdown goes crazy when given sufficient cause to, this keeps it inline
.toolbar-apf-filter
.category-select
.dropdown-toggle
width: 147px

.dropdown-menu
max-height: 78em
max-width: 202px
Expand Down

0 comments on commit ff74ddd

Please sign in to comment.