From 6b8f5b5a0f88dde0c87bb49692701a2c5f2f8dc0 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 17 Oct 2013 13:29:37 -0400 Subject: [PATCH] Fix prefix wrapping again nowrap is not enough because it still breaks on hyphens sometimes. But since we're using pre now, we need to make sure no whitespace/newline is around each because they will be outputted. --- css/glowingbear.css | 2 +- index.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 2fb34de..fc59a1b 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -53,7 +53,7 @@ td.prefix { text-align: right; vertical-align: top; padding-right: 5px; - white-space: nowrap; + white-space: pre; } td.message { word-wrap: break-word; diff --git a/index.html b/index.html index a7cb29b..b493d35 100644 --- a/index.html +++ b/index.html @@ -191,9 +191,7 @@ {{ bufferline.date | date:'HH:mm' }} - - {{ part.text }} - + {{ part.text }}