chiark / gitweb /
css: better full-width for the <pre> tag.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 25 Aug 2017 11:05:00 +0000 (13:05 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 25 Aug 2017 11:05:22 +0000 (13:05 +0200)
Content-box sizing only makes problems.

css/m-components.css

index 65085c6cc7e2906fe9ce7ea6936e0fdcb4ac91f2..21d069ac1f830501214a50f3c6b6ada9f10cbcb3 100644 (file)
@@ -55,9 +55,6 @@ pre {
   background-color: var(--code-background-color);
   border-radius: 0.2rem;
   border-color: var(--line-color);
-
-  box-sizing: content-box;
-  max-width: 100%;
   overflow-x: auto;
 }