Skip to content

Commit

Permalink
Fix dropdown icon position.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 23, 2021
1 parent b8915fa commit 3f8f4ca
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 @@ -119,6 +119,11 @@ div#page-document {
button.ui.button i {
margin: 0px;
}

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

div.cards {
Expand Down

0 comments on commit 3f8f4ca

Please sign in to comment.