aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-03-29 00:38:47 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-03-29 00:38:47 +0100
commitd423c9b12cfdbd71b96ff226706b2a71e35fce17 (patch)
treef355d354dde01047deba32d8de204d471d347ca9 /view
parentf35679dd6d606d9c9a31e9e807bd2aed8ba89641 (diff)
downloadvolse-hubzilla-d423c9b12cfdbd71b96ff226706b2a71e35fce17.tar.gz
volse-hubzilla-d423c9b12cfdbd71b96ff226706b2a71e35fce17.tar.bz2
volse-hubzilla-d423c9b12cfdbd71b96ff226706b2a71e35fce17.zip
Make sure long words (channel addresses, homepages) on the vcard are not on top of the content to the right.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css1
1 files changed, 1 insertions, 0 deletions
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 {