Skip to content

Commit

Permalink
Refs #140518 - Multi term list facet - fix groups spacing..
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 5, 2021
1 parent ce4aa1e commit 70e0271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,14 @@ div.ui.modal.facet {
}

div.by-groups {
.group-heading.first {
margin-top: 0px;
}

.group-heading {
display: flex;
align-items: center;
margin-top: 1.5em;
--text-divider-gap: 0.5em;
}

Expand Down

0 comments on commit 70e0271

Please sign in to comment.