From 4dd9b08b4e0c7a17af44dd200605531a8e7b205e Mon Sep 17 00:00:00 2001 From: Jacob Sommer Date: Sat, 10 Jun 2023 23:46:07 -0700 Subject: [PATCH] Fix review sorting menu margin/padding --- site/src/component/Review/Review.scss | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/site/src/component/Review/Review.scss b/site/src/component/Review/Review.scss index 4c83797f..87c73624 100644 --- a/site/src/component/Review/Review.scss +++ b/site/src/component/Review/Review.scss @@ -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; + } } } \ No newline at end of file