From 07df0a230ee3ccfd65c52597140335500a9cf5ef Mon Sep 17 00:00:00 2001 From: Roland O'Leary Date: Sun, 24 Nov 2013 21:39:47 -0500 Subject: [PATCH] Fix content size of dls in the modern template when pdf-izing --- templates/modern/css/pdf.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/modern/css/pdf.css b/templates/modern/css/pdf.css index cb9bd76..04fd466 100644 --- a/templates/modern/css/pdf.css +++ b/templates/modern/css/pdf.css @@ -91,6 +91,8 @@ body.pdf { margin: .7em 0 0; page-break-inside: avoid !important; display: block; + width:84%; + float: left; dt {} dd { }