diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-03-29 00:38:47 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-03-29 00:38:47 +0100 |
commit | d423c9b12cfdbd71b96ff226706b2a71e35fce17 (patch) | |
tree | f355d354dde01047deba32d8de204d471d347ca9 | |
parent | f35679dd6d606d9c9a31e9e807bd2aed8ba89641 (diff) | |
download | volse-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.
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
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 { |