From febd134f54519b75b4151b39527388d06dc3b5d8 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 18 Dec 2014 16:33:16 +0100 Subject: [PATCH] Fix subject wrapping --- assets/styles/main/summary.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index fe5743f6..695059cf 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -32,19 +32,21 @@ color: #6c878e font-size: 16px max-width: 300px - display: inline-block margin-top: 10px overflow: hidden white-space: nowrap + float: left .subject - display: inline-block font-size: 15px color: #6c878e margin-top: 10px overflow: hidden margin-right: 2px line-height: 20px + word-wrap: break-word + padding-left: 0.55em + text-indent: -0.55em .body max-height: 63px