diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-06 17:39:03 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-06 17:39:03 -0700 |
commit | f8898ba57348ddb69d4b71330252c3236ecd34bd (patch) | |
tree | 5b682756bf733071b2b351f228ff457e93fd6fb5 | |
parent | 48972d1e8a4761150e31e0322647387adccc735e (diff) | |
parent | 05b231b087a5e2d11199351db35cd84a171c8197 (diff) | |
download | volse-hubzilla-f8898ba57348ddb69d4b71330252c3236ecd34bd.tar.gz volse-hubzilla-f8898ba57348ddb69d4b71330252c3236ecd34bd.tar.bz2 volse-hubzilla-f8898ba57348ddb69d4b71330252c3236ecd34bd.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
-rw-r--r-- | view/css/widgets.css | 4 |
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 { |