diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 10:23:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 10:23:39 +0200 |
commit | 2d0d5876ba28df6cb923965bfc9984462b9c9d44 (patch) | |
tree | df4e66138791f71b0dc15923ac3b3444f5f80f5c /view/theme | |
parent | 807471d2a5f1b53c616376bcb5f0cdcb361f20ce (diff) | |
download | volse-hubzilla-2d0d5876ba28df6cb923965bfc9984462b9c9d44.tar.gz volse-hubzilla-2d0d5876ba28df6cb923965bfc9984462b9c9d44.tar.bz2 volse-hubzilla-2d0d5876ba28df6cb923965bfc9984462b9c9d44.zip |
more word wrap fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fcc089cf0..089ce20d8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1932,12 +1932,14 @@ nav .dropdown-menu { background-color: $comment_item_colour; border-bottom-left-radius: $radiuspx; border-bottom-right-radius: $radiuspx; + word-wrap: break-word; } .section-content-wrapper-np { background-color: $comment_item_colour; border-bottom-left-radius: $radiuspx; border-bottom-right-radius: $radiuspx; + word-wrap: break-word; } [id^="cloud-index-"]:hover td, |