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

Correct styling in documentation container

parent a0764e91
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-text>{{ documentation.id }}</v-card-text>
<div class="full-width d-flex flex-column flex-md-row align-stretch">
<lesson-information
:documentation="documentation"
/>
<lesson-summary
:documentation="documentation"
class="flex-grow-1"
/>
<lesson-notes
:documentation="documentation"
class="flex-grow-1"
/>
</div>
</template>
<script>
......
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