Skip to content
Snippets Groups Projects
Commit be3ee4d5 authored by Julian's avatar Julian
Browse files

Limit page width

parent 048c091a
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
......@@ -5,7 +5,7 @@
<div class="d-flex" style="gap: 4em">
<!-- TODO: header (close, title, print) -->
<!-- TODO: flex-grow-1 does a little & flex-shrink-1 does nothing -->
<div class="flex-grow-1">
<div class="flex-grow-1" style="max-width: 100%">
<!-- school-term-select -->
<school-term-field v-model="schoolTerm" :enable-create="false" />
<!-- documentations for person list -->
......
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