Skip to content

Commit

Permalink
Fix facet count styling
Browse files Browse the repository at this point in the history
This commit will align the facet count to the end of the flex row.
  • Loading branch information
kirkkwang committed Jul 5, 2024
1 parent 5b80a96 commit 2aa6833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ body.public-facing {

// make sure constraints are on only one line, even with markdown
span.constraint-value p, .facet-values p {
display: inline-block;
display: flex;
justify-content: space-between;
margin-bottom: 0;
}

Expand Down

0 comments on commit 2aa6833

Please sign in to comment.