diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-13 12:34:14 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-13 12:34:14 +0100 |
commit | 861bd15c72fcc7e1a82a4579005019fc051c2a21 (patch) | |
tree | 5e6e554ff3dfc7f3daa23cff7a8744e0dd3fed2d | |
parent | b8fcfc76986637872459fd7dc95bdecb088e83f3 (diff) | |
download | volse-hubzilla-861bd15c72fcc7e1a82a4579005019fc051c2a21.tar.gz volse-hubzilla-861bd15c72fcc7e1a82a4579005019fc051c2a21.tar.bz2 volse-hubzilla-861bd15c72fcc7e1a82a4579005019fc051c2a21.zip |
fix issue with long filenames in mod cloud
-rw-r--r-- | view/css/mod_cloud.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_cloud.css b/view/css/mod_cloud.css index 53eb80b44..83deddf8a 100644 --- a/view/css/mod_cloud.css +++ b/view/css/mod_cloud.css @@ -21,6 +21,10 @@ padding: 7px 3px 7px 10px; } +#cloud-index td:nth-child(2){ + word-break: break-all; +} + #cloud-index th:nth-child(8), #cloud-index td:nth-child(8){ padding: 7px 3px; |