Skip to content

Commit

Permalink
fix(rtf): line break in info text on small screens
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Apr 7, 2023
1 parent 74a1a94 commit bb98460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/layouts/default/DRTFPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<br />
<br />
<v-row dense>
<v-col class="text-right" cols="2">Tempo:</v-col>
<v-col class="text-right" cols="4">Tempo:</v-col>
<v-col class="text-left">max. 20er Schnitt</v-col>
</v-row>
<v-row no-gutters>
<v-col class="text-right" cols="2">
<v-col class="text-right" cols="4">
<v-icon color="secondary" x-small left>{{ icons.mdiArrowRightBottom }}</v-icon>
</v-col>
<v-col class="text-left">Der/die langsamste Fahrer:in bestimmt die Geschwindigkeit.</v-col>
</v-row>
<v-row dense>
<v-col class="text-right" cols="2">Startzeiten:</v-col>
<v-col class="text-right" cols="4">Startzeiten:</v-col>
<v-col class="text-left">8 Uhr und ca. 11 Uhr</v-col>
</v-row>
<br />
Expand Down

0 comments on commit bb98460

Please sign in to comment.