aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-06 10:36:57 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-06 10:36:57 +0200
commit05b231b087a5e2d11199351db35cd84a171c8197 (patch)
tree65850ecd3f8e7c4b8a922b96d59e69b63e1c4f02
parent49239c936a907f98011c22ea3bda5812f27a181c (diff)
downloadvolse-hubzilla-05b231b087a5e2d11199351db35cd84a171c8197.tar.gz
volse-hubzilla-05b231b087a5e2d11199351db35cd84a171c8197.tar.bz2
volse-hubzilla-05b231b087a5e2d11199351db35cd84a171c8197.zip
fix word wrapping in tagblock and dirtagblock and possibly other places
-rw-r--r--view/css/widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 0a901b1f9..63c380c75 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -13,6 +13,10 @@
border-bottom-right-radius: 0px;
}
+.tags {
+ word-wrap: break-word;
+}
+
/* suggest */
.suggest-widget-more {