code { white-space: nowrap; } pre { background-color: $background-color !important; max-width: 100%; & > code { @include shadow; display: block; padding: 1rem 1.5rem; font-size: 1.05rem; white-space: pre; max-width: 100%; overflow-x: auto; border-left: .3rem solid $code-edge; border-radius: .4rem; } }