We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc37aa9 commit d3ae492Copy full SHA for d3ae492
personalization-webcomponents/src/components/ChecklistHeader.vue
@@ -3,7 +3,7 @@
3
tagline="Checkliste"
4
:title="checklist.title"
5
:img="getChecklistIconByTitle(checklist.title)"
6
- :imgAlt="checklist.title"
+ imgAlt=""
7
>
8
<p style="padding-bottom: 16px">
9
<b>Erstellungsdatum: </b
@@ -88,7 +88,7 @@ const doneCount = computed(() => {
88
89
.taskcontainer {
90
display: grid;
91
- grid-template-columns: 80px 100px 100px;
+ grid-template-columns: 90px 100px 100px;
92
gap: 8px;
93
}
94
0 commit comments