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

Fix mobile view for validity range select in timetables

parent 24244976
No related branches found
No related tags found
1 merge request!36Draft: Resolve "[New data model] PDF export for "regular" timetable"
......@@ -67,8 +67,11 @@ export default {
<template>
<timetable-wrapper :on-selected="onSelected">
<template #additionalSelect="{ selected }">
<v-card class="mb-2">
<template #additionalSelect="{ selected, mobile }">
<v-card
:class="{ 'mb-2': !mobile, 'mx-2 mt-2': mobile }"
:outlined="mobile"
>
<v-card-text>
<time-grid-field
outlined
......
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