Skip to content

Commit c3b7b79

Browse files
fix(spacing): added specificicity
1 parent f3a5a19 commit c3b7b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DoDontExample/do-dont-example.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ p.example__text {
117117
padding: 8px 0 0 0;
118118
}
119119

120-
.example__title {
120+
p.example__title {
121121
@include type-style('body-short-01');
122122
margin: 0;
123-
padding: 0 !important;
123+
padding: 0;
124124
}
125125

126126
p.example__description {

0 commit comments

Comments
 (0)