From 05b231b087a5e2d11199351db35cd84a171c8197 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 6 Jul 2015 10:36:57 +0200 Subject: fix word wrapping in tagblock and dirtagblock and possibly other places --- view/css/widgets.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/css') 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 { -- cgit v1.2.3