Skip to content

Commit

Permalink
Beautify spacing in filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 22, 2021
1 parent 93e6d1d commit d3d4f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,20 @@ div#page-document {
}

div.filter-list-content {
position: relative;
top: -5px;
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
}

.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
}

div.filter-name {
position: relative;
top: 5px;
color: @s-dark-gray;
}

Expand Down

0 comments on commit d3d4f5a

Please sign in to comment.