Skip to content

Commit 9ee6de6

Browse files
committed
fix: "Specification Review" overlap
1 parent 5fd8075 commit 9ee6de6

File tree

1 file changed

+6
-1
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+6
-1
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,12 @@
284284
position: relative;
285285
display: inline-block;
286286
line-height: 30px;
287-
flex: 1 1 33%;
287+
flex: 1 0 auto;
288+
min-width: calc(33% - 10px);
289+
290+
&:not(:last-child) {
291+
padding-right: 10px;
292+
}
288293

289294
.checkbox-label {
290295
display: inline-block;

0 commit comments

Comments
 (0)