Update copy, fix widget height
This commit is contained in:
parent
4ecb7a8c2b
commit
8c42daca7f
|
|
@ -59,8 +59,8 @@
|
|||
display: grid;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
grid-template-rows: 150px 1fr;
|
||||
-ms-grid-rows: 150px 48px;
|
||||
grid-template-rows: 175px 1fr;
|
||||
-ms-grid-rows: 175px 48px;
|
||||
-ms-grid-columns: 1fr;
|
||||
|
||||
&__content {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
grid-template-columns: minmax(max-content, 840px);
|
||||
}
|
||||
grid-row-gap: 30px;
|
||||
grid-auto-rows: 200px;
|
||||
grid-auto-rows: 225px;
|
||||
max-width: 840px;
|
||||
width: 100vw;
|
||||
/*justify-self: center;*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue