Commit b21a29fc authored by timel's avatar timel

fix: grid cols

parent 4a16775c
......@@ -30,7 +30,7 @@ const CheckCardStyle = {
};
const CheckGroupStyle = {
display: "grid",
gridTemplateColumns: "repeat(6, 1fr)",
gridTemplateColumns: "repeat(5, 1fr)",
gap: 10,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment