Skip to content
Snippets Groups Projects
Commit d9b6e80e authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove row gap in absence overview list items

parent 9f273388
1 merge request!363Resolve "Add absence overview page"
Pipeline #191774 failed
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-template-rows: min-content min-content; grid-template-rows: min-content min-content;
gap: 1em; column-gap: 1em;
} }
.participation-list { .participation-list {
grid-column-start: 1; grid-column-start: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment