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
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
Pipeline #191774 failed
......@@ -95,7 +95,7 @@ export default {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: min-content min-content;
gap: 1em;
column-gap: 1em;
}
.participation-list {
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