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 86e1636 commit 644eddcCopy full SHA for 644eddc
personalization-webcomponents/src/components/ChecklistHeader.vue
@@ -63,3 +63,14 @@ const doneCount = computed(() => {
63
return props.checklist.items.filter((value) => value.checked).length;
64
});
65
</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