2017-04-29 20:43:57 +02:00
|
|
|
pre, .pre {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pre code {
|
|
|
|
display: block;
|
|
|
|
padding: 1.5em 1.5em;
|
2017-10-12 22:03:54 +02:00
|
|
|
white-space: pre;
|
2017-04-29 20:43:57 +02:00
|
|
|
font-size: .875rem;
|
|
|
|
line-height: 2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #222;
|
|
|
|
color: #ddd;
|
|
|
|
white-space: pre;
|
|
|
|
|
|
|
|
hyphens: none;
|
|
|
|
position: relative;
|
|
|
|
}
|