Skip to content

Commit

Permalink
Updated sort dropdown styling to use align items property.
Browse files Browse the repository at this point in the history
  • Loading branch information
chth0n1x committed Aug 22, 2023
1 parent af84a30 commit 0d33e8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ body {
.sort-dropdown {
background-color: $color-bg-gray-blue-light;
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
padding-bottom: 10px;
margin-left: 10px;

Expand Down

0 comments on commit 0d33e8f

Please sign in to comment.