Skip to content

Commit

Permalink
Refs #140559 - Better font sizes in facets column.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 18, 2021
1 parent d71a932 commit 3a29b50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ div#page-document {
padding: 0px;
margin: 0px;
color: @sf-dark-gray;
font-size: 12px;
font-size: 14px;
font-weight: 600;
}

Expand All @@ -191,7 +191,8 @@ div#page-document {
div.filter.description {
div.ui.label {
background: white;
font-size: 12px;
padding: 4px;
font-size: 10px;
}
}

Expand Down

0 comments on commit 3a29b50

Please sign in to comment.