Update copy, fix widget height
This commit is contained in:
parent
4ecb7a8c2b
commit
8c42daca7f
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue