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:
daemonspring 2021-12-20 08:17:38 +00:00 committed by GitHub
parent eb753a3f32
commit aa423cfa5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;