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

Use card-title for dialog title

parent fc60b22f
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
<template>
<v-card class="my-2 full-width">
<v-card-title v-if="!compact">
<lesson-information v-bind="documentationPartProps" />
</v-card-title>
<!-- flex-md-row zeile ab medium -->
<!-- align-stretch - stretch full-width -->
<div
class="full-width d-flex flex-column align-stretch"
:class="{ 'flex-md-row': compact }"
>
<lesson-information class="flex-grow-1" v-bind="documentationPartProps" />
<lesson-information v-if="compact" class="flex-110" v-bind="documentationPartProps" />
<lesson-summary
class="flex-grow-1"
ref="summary"
......
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