Skip to content

Commit 644eddc

Browse files
author
Dominik Grenz
committed
Update spaces between title and line
1 parent 86e1636 commit 644eddc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

personalization-webcomponents/src/components/ChecklistHeader.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,14 @@ const doneCount = computed(() => {
6363
return props.checklist.items.filter((value) => value.checked).length;
6464
});
6565
</script>
66+
<style>
67+
68+
.muc-divider {
69+
margin-top: 0 !important;
70+
margin-bottom: 32px !important;
71+
}
72+
73+
.m-intro-vertical__title {
74+
margin-bottom: 8px !important;
75+
}
76+
</style>

0 commit comments

Comments
 (0)