Skip to content

Commit

Permalink
Fix facet bottom margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jan 31, 2025
1 parent 04f026c commit 7010307
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions themes/finna2/scss/finna/facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
color: $action-link-color;
}

div.facet > a {
min-width: 0;
> span.text, > span.facet-value {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
div.facet {
ul {
margin-bottom: 0;
}

> a {
min-width: 0;
> span.text, > span.facet-value {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
}
}
}

Expand Down

0 comments on commit 7010307

Please sign in to comment.