Skip to content
Snippets Groups Projects
Verified Commit 9bcdca79 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix col widths in new timetable frontend

parent 8a0dc2fc
No related branches found
No related tags found
1 merge request!301New data model based on calendar events
Pipeline #143529 failed
......@@ -105,7 +105,7 @@ export default {
</v-card>
</v-dialog>
<v-col md="3" lg="3" xl="2" v-if="$vuetify.breakpoint.lgAndUp">
<v-col md="3" lg="3" xl="3" v-if="$vuetify.breakpoint.lgAndUp">
<v-card>
<select-timetable
v-model="selected"
......@@ -113,7 +113,7 @@ export default {
/>
</v-card>
</v-col>
<v-col sm="12" md="12" lg="9" xl="10" class="full-height">
<v-col sm="12" md="12" lg="9" xl="9" class="full-height">
<!-- No timetable card-->
<no-timetable-card
v-if="selected == null"
......
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