Skip to content

Commit

Permalink
refactor: remove extra margins from text within blockquote
Browse files Browse the repository at this point in the history
Introduced by mmistakes#1449
  • Loading branch information
cotes2020 committed Jan 6, 2024
1 parent f243cbd commit 9882244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ blockquote {
color: var(--blockquote-text-color);
display: flex;

> p:last-child {
margin-bottom: 0;
}

&[class^='prompt-'] {
border-left: 0;
position: relative;
Expand All @@ -104,10 +108,6 @@ blockquote {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

> p:last-child {
margin-bottom: 0;
}
}

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

0 comments on commit 9882244

Please sign in to comment.