Skip to content

Commit 9882244

Browse files
committed
refactor: remove extra margins from text within blockquote
Introduced by #1449
1 parent f243cbd commit 9882244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/addon/commons.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ blockquote {
8787
color: var(--blockquote-text-color);
8888
display: flex;
8989

90+
> p:last-child {
91+
margin-bottom: 0;
92+
}
93+
9094
&[class^='prompt-'] {
9195
border-left: 0;
9296
position: relative;
@@ -104,10 +108,6 @@ blockquote {
104108
text-rendering: auto;
105109
-webkit-font-smoothing: antialiased;
106110
}
107-
108-
> p:last-child {
109-
margin-bottom: 0;
110-
}
111111
}
112112

113113
@include prompt('tip', '\f0eb', 'regular');

0 commit comments

Comments
 (0)