tfrere commited on
Commit
76cb65e
Β·
1 Parent(s): 35cbb5c

fix quick filters mobile display

Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/components/Filters/QuickFilters.js CHANGED
@@ -164,7 +164,7 @@ const QuickFilters = ({ totalCount = 0, loading = false }) => {
164
  display: "flex",
165
  flexDirection: { xs: "column", md: "row" },
166
  gap: 1,
167
- width: "100%",
168
  "& > div": {
169
  width: { xs: "100%", md: 0, lg: "auto" },
170
  flex: {
 
164
  display: "flex",
165
  flexDirection: { xs: "column", md: "row" },
166
  gap: 1,
167
+ width: { xs: "100%", md: "100%", lg: "auto" },
168
  "& > div": {
169
  width: { xs: "100%", md: 0, lg: "auto" },
170
  flex: {