Skip to content

Commit

Permalink
Fix facet carat alignment.
Browse files Browse the repository at this point in the history
Closes #130.
  • Loading branch information
tpendragon committed Nov 22, 2016
1 parent 1ca58f0 commit db91a83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ li[dir=rtl] {
.blacklight-catalog-show .document .dl-horizontal {
width: 100%;
}

.facet-field-heading {
width: 100%;
&::after {
margin-top: 2px;
}
}

0 comments on commit db91a83

Please sign in to comment.