From fb0941887fbc080fdd026c08da526ce200a2272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Sat, 30 Sep 2017 21:57:34 +0200 Subject: [PATCH] Other: Improved default blockquote styling so it does not overlap with floated images. Closes #12. --- theme/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/theme.scss b/theme/theme.scss index 89c1756..891e9fd 100644 --- a/theme/theme.scss +++ b/theme/theme.scss @@ -6,4 +6,6 @@ blockquote { padding-left: 20px; margin-left: 0; font-style: italic; + // See #12. + overflow: hidden; }