From ca294bae1f6cc154f684ba3ee4b0b0d815c3b963 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Mon, 29 Dec 2014 16:16:20 +0100 Subject: Fix box headers overflow behavior, thanks to ulm for reporting --- main.css | 1 + 1 file changed, 1 insertion(+) (limited to 'main.css') diff --git a/main.css b/main.css index 061bb2b..9b17eb9 100644 --- a/main.css +++ b/main.css @@ -96,6 +96,7 @@ div.box-caption { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + overflow: auto; } pre.captioned { -- cgit v1.2.3-65-gdbad