Skip to content

Commit

Permalink
Refs #139198 - use the same font size for dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 5, 2021
1 parent 4e1b660 commit f22a380
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ div#page-document {

div.view-selector {
padding-left: 0px !important;
font-size: 80%;
font-size: 12px;

div.buttons {
button {
Expand All @@ -235,9 +235,13 @@ div#page-document {
}
}

div.sorting i.dropdown.icon {
position: absolute;
right: 20px;
div.sorting {
font-size: 12px;

i.dropdown.icon {
position: absolute;
right: 20px;
}
}
}

Expand Down

0 comments on commit f22a380

Please sign in to comment.