Skip to content

Commit f282ca4

Browse files
dario-piotrowiczatscott
authored andcommitted
fix(docs-infra): fix alert child margin issue (#45761)
replace the generic `*` selector used in the alert styling with `p` (which is what gets generated from the markdown) as the styling adds margins which are not always wanted PR Close #45761
1 parent 71f64f2 commit f282ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aio/src/styles/2-modules/alert/_alert.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828

29-
> * {
29+
> p {
3030
margin: 8px 16px;
3131
}
3232
}

0 commit comments

Comments
 (0)