From 49581b577c9189b08327468310d9f502838f76a0 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Tue, 31 May 2016 13:20:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D1=80=D0=B8=D0=B7=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D0=BB=20=D0=BD=D0=B0=20=D0=BC=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8C=D0=BA=D0=B8=D1=85=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit В блоках .code, padding вываливается за область просмотра. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 90abb04..7e7caa9 100644 --- a/style.css +++ b/style.css @@ -175,6 +175,7 @@ pre code { white-space: normal; tab-size: 2; max-height: 50rem; + box-sizing: border-box; } .code__line {