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:
@@ -370,7 +370,6 @@
|
|||||||
& blockquote {
|
& blockquote {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@include dir.side(padding, var(--sp-extra-tight), 0);
|
|
||||||
@include dir.side(border, 4px solid var(--bg-surface-active), 0);
|
@include dir.side(border, 4px solid var(--bg-surface-active), 0);
|
||||||
white-space: initial !important;
|
white-space: initial !important;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user