We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd8075 commit 9ee6de6Copy full SHA for 9ee6de6
src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss
@@ -284,7 +284,12 @@
284
position: relative;
285
display: inline-block;
286
line-height: 30px;
287
- flex: 1 1 33%;
+ flex: 1 0 auto;
288
+ min-width: calc(33% - 10px);
289
+
290
+ &:not(:last-child) {
291
+ padding-right: 10px;
292
+ }
293
294
.checkbox-label {
295
0 commit comments