From 2996192c5f25d7c1fce4923c1dcd25d305863891 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 11 Oct 2013 22:34:20 +0200 Subject: [PATCH] Fix word wrap --- css/glowingbear.css | 3 +++ index.html | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 5d25327..7bd488e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -66,6 +66,9 @@ input#sendMessage { width: auto; position: relative; } +.text { + word-wrap: break-word; +} .navbar-fixed-bottom { margin: 0 5px 0 14%; diff --git a/index.html b/index.html index 21010ce..5a5ee1e 100644 --- a/index.html +++ b/index.html @@ -100,9 +100,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel {{ bufferline.date | date:'HH:mm' }} - - {{ part.text }} - + {{ part.text }}