mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-21 05:41:48 +00:00
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
|
@ -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