You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
330 B
18 lines
330 B
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;
|
|
}
|
|
}
|
|
|