From d423c9b12cfdbd71b96ff226706b2a71e35fce17 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 29 Mar 2015 00:38:47 +0100 Subject: Make sure long words (channel addresses, homepages) on the vcard are not on top of the content to the right. --- view/theme/redbasic/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 565b793aa..571298f8d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -346,6 +346,7 @@ footer { -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; + word-wrap: break-word; } .vcard dl { -- cgit v1.2.3