Fix pagination bounds in HistoryChart and add responsive grid to TopTags
This commit is contained in:
@@ -86,7 +86,11 @@ export default function TopTags({
|
||||
<Box
|
||||
sx={{
|
||||
display: "grid",
|
||||
gridTemplateColumns: "repeat(4, 1fr)",
|
||||
gridTemplateColumns: {
|
||||
xs: "1fr",
|
||||
sm: "repeat(2, 1fr)",
|
||||
md: "repeat(4, 1fr)"
|
||||
},
|
||||
gap: 2
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user