1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 13:53:26 +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 markdown: kramdown
highlighter: none
permalink: pretty permalink: pretty
encoding: utf-8 encoding: utf-8
port: 4009 port: 4009

View File

@@ -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 {