Skip to content

Commit

Permalink
Fix bad wrapping when the toggle didn't fit.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Aug 29, 2023
1 parent ea6d629 commit 69ce88d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/less/components/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ h3.facet-title {
padding-left: .2rem;

.facet-tree__toggle-expanded {
width: 1.4rem;
flex: 1 1;
border: 0;
background: none;

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/scss/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ h3.facet-title {
padding-left: .2rem;

.facet-tree__toggle-expanded {
width: 1.4rem;
flex: 1 1;
border: 0;
background: none;

Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/sandal/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit 69ce88d

Please sign in to comment.