diff --git a/CSS/white.css b/CSS/white.css index 41fcb52..6d8a20f 100644 --- a/CSS/white.css +++ b/CSS/white.css @@ -796,10 +796,12 @@ div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-tool code:not([class*="language-"]) { padding: 2px 8px; margin: 0 4px; - word-wrap: break-word; + white-space:normal; color: #555; background: #eee; font-size: 14px; + line-height: 22px; + display: inline-block; } hr {