Skip to content

Commit

Permalink
Fix review sorting menu margin/padding
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer committed Jun 11, 2023
1 parent 6555751 commit 4dd9b08
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions site/src/component/Review/Review.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,21 @@ $avatarWidth: 65px;
.sorting-menu {
margin-left: 0;
margin-right: 0;
margin-bottom: 15px;

> * {
margin-bottom: 15px;
}

.dropdown {
margin-right: 1vh;
}

#checkbox {
display: flex;
align-items: center;
padding: 0 1vh;

label {
margin-bottom: 0.25rem;
}
}
}

0 comments on commit 4dd9b08

Please sign in to comment.