Removed mixin that was wiping out existing padding (#196)
authordaemonspring <92009746+daemonspring@users.noreply.github.com>
Mon, 20 Dec 2021 08:17:38 +0000 (08:17 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Dec 2021 08:17:38 +0000 (13:47 +0530)
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.

src/app/molecules/message/Message.scss

index b19e9d1ac4ced9f910c1eb96f8cf161f72a49f15..541aecc7bc425918e865eec8d0df73ea3689c1ff 100644 (file)
   & 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;