mirror of
https://github.com/bitwarden/help
synced 2025-12-11 13:53:26 +00:00
fix pre styling
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
highlighter: none
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
port: 4009
|
port: 4009
|
||||||
|
|||||||
@@ -367,6 +367,9 @@ footer {
|
|||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
word-break: initial;
|
||||||
|
word-wrap: initial;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
li img, li pre {
|
li img, li pre {
|
||||||
|
|||||||
Reference in New Issue
Block a user