Removed mixin that was wiping out existing padding (#196)
Line 335 already gives blockquotes their padding. The mixin explicitly sets the right padding back to 0 and the left padding to exactly what it was already set to.
This commit is contained in:
parent
eb753a3f32
commit
aa423cfa5b
1 changed files with 0 additions and 1 deletions
|
@ -370,7 +370,6 @@
|
|||
& blockquote {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
@include dir.side(padding, var(--sp-extra-tight), 0);
|
||||
@include dir.side(border, 4px solid var(--bg-surface-active), 0);
|
||||
white-space: initial !important;
|
||||
|
||||
|
|
Loading…
Reference in a new issue