Make sure long words (channel addresses, homepages) on the vcard are not on top of the content to the right.

This commit is contained in:
jeroenpraat 2015-03-29 00:38:47 +01:00
parent f35679dd6d
commit d423c9b12c

View File

@ -346,6 +346,7 @@ footer {
-moz-border-radius: $radiuspx;
-webkit-border-radius: $radiuspx;
border-radius: $radiuspx;
word-wrap: break-word;
}
.vcard dl {