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

Decrease Homework and Groupnote Chip size

parent ae58a4e2
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"
......@@ -177,11 +177,11 @@ export default {
}
.max-width {
max-width: min(100%, 40ch);
max-width: min(100%, 20ch);
}
.chip-width {
max-width: 40ch;
max-width: 20ch;
}
.gap {
......
......@@ -40,12 +40,12 @@
"topic": "Thema",
"homework": {
"label": "Hausaufgaben",
"value": "Hausaufgaben: {homework}",
"value": "HA: {homework}",
"empty": "Keine Hausaufgaben"
},
"group_note": {
"label": "Gruppennotiz",
"value": "Gruppennotiz: {groupNote}",
"value": "GN: {groupNote}",
"empty": "Keine Gruppennotiz"
}
},
......
......@@ -40,12 +40,12 @@
"topic": "Topic",
"homework": {
"label": "Homework",
"value": "Homework: {homework}",
"value": "HW: {homework}",
"empty": "No homework"
},
"group_note": {
"label": "Group note",
"value": "Group note: {groupNote}",
"value": "GN: {groupNote}",
"empty": "No group note"
}
},
......
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