1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

fix pre styling

This commit is contained in:
Kyle Spearrin
2018-05-23 11:49:56 -04:00
parent 1f3d4f62dd
commit dfd839e701
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
markdown: kramdown
highlighter: none
permalink: pretty
encoding: utf-8
port: 4009

View File

@@ -367,6 +367,9 @@ footer {
pre code {
white-space: pre;
word-break: initial;
word-wrap: initial;
display: block;
}
li img, li pre {