Unverified Commit c1efe4c3 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3280985 by mherchel, andy-blum: Olivero's code block styling is...

Issue #3280985 by mherchel, andy-blum: Olivero's code block styling is slightly broken at various viewport widths
parent ce2f2b5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@
@media (min-width: 43.75rem) {

.layout--content-narrow.text-content pre, .layout--content-narrow .text-content pre, .layout--pass--content-narrow > *.text-content pre, .layout--pass--content-narrow > * .text-content pre {
        width: calc(var(--grid-col-width)*10 + var(--grid-gap)*9);
        margin-top: var(--sp3);
        margin-bottom: var(--sp3)
    }
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@

    & pre {
      @media (--grid-md) {
        width: calc(10 * var(--grid-col-width) + 9 * var(--grid-gap));
        margin-block: var(--sp3);
      }