From 1f04f4dbddd56d8977fec5221d9d41707d4f15a4 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 11 Aug 2014 19:08:29 +0200 Subject: [PATCH] Make pre blocks horizontally-scrollable Add the moment entries with code example/outputs inside pre blocks can overlap the list of subscriptions on the right side. With this patch overlapping entries will be displayed inside a horizontally-scrollable box. Change-Id: I7f2e42527d5bfc97eadcc30644a10f2d0ff35fee --- classic_fancy/planet.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/classic_fancy/planet.css b/classic_fancy/planet.css index 0167b1f..dab7cb2 100644 --- a/classic_fancy/planet.css +++ b/classic_fancy/planet.css @@ -69,6 +69,12 @@ img.face { color: inherit; } +.entry .content pre { + overflow: auto; + word-wrap: normal; + white-space: pre; +} + .sidebar { position: absolute; top: 0px;