From d3f844acb46169e63933e7d56fcea74878a7b9fd Mon Sep 17 00:00:00 2001 From: David Cormier Date: Sun, 13 Oct 2013 12:29:18 -0400 Subject: [PATCH] Fix wrapping and set all vertical alignment of cells to top --- css/glowingbear.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index b57022e..46e4b13 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -29,15 +29,17 @@ table { } td.time { padding-right: 5px; + vertical-align: top; } td.prefix { text-align: right; - vertical-align: middle; + vertical-align: top; padding-right: 5px; } td.message { word-wrap: break-word; + vertical-align: top; width: 100%; } hr { @@ -45,7 +47,7 @@ hr { border-color: darkgreen; } .text { - white-space: pre; + white-space: pre-wrap; } /* Lastly, apply responsive CSS fixes as necessary */ @media (max-width: 767px) {