Update copy, fix widget height

This commit is contained in:
Christian Cueni 2019-08-13 11:25:38 +02:00
parent 4ecb7a8c2b
commit 8c42daca7f
3 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@
display: grid; display: grid;
margin-bottom: 0; margin-bottom: 0;
} }
grid-template-rows: 150px 1fr; grid-template-rows: 175px 1fr;
-ms-grid-rows: 150px 48px; -ms-grid-rows: 175px 48px;
-ms-grid-columns: 1fr; -ms-grid-columns: 1fr;
&__content { &__content {

View File

@ -1,5 +1,5 @@
<template> <template>
<checkbox v-if="canToggleSolutions" label="Lösungen für Schüler anzeigen" :checked="enabled" <checkbox v-if="canToggleSolutions" label="Lösungen für Lernende anzeigen" :checked="enabled"
@input="toggleSolutions"></checkbox> @input="toggleSolutions"></checkbox>
</template> </template>

View File

@ -66,7 +66,7 @@
grid-template-columns: minmax(max-content, 840px); grid-template-columns: minmax(max-content, 840px);
} }
grid-row-gap: 30px; grid-row-gap: 30px;
grid-auto-rows: 200px; grid-auto-rows: 225px;
max-width: 840px; max-width: 840px;
width: 100vw; width: 100vw;
/*justify-self: center;*/ /*justify-self: center;*/