diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-12 10:37:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-12 10:37:04 +0100 |
commit | d0956eb39d7a361639f5cd73fb1c3c8463fb1e99 (patch) | |
tree | ff0af309ef283c48a6f3df5d590068c103d6bf7a /view/theme/redbasic | |
parent | 5b1ef760a06dd892a6decf6a621e710b5ae4e7bd (diff) | |
parent | 4d7acdd44d4413c5bb712fe05a77bcaccc3054a5 (diff) | |
download | volse-hubzilla-d0956eb39d7a361639f5cd73fb1c3c8463fb1e99.tar.gz volse-hubzilla-d0956eb39d7a361639f5cd73fb1c3c8463fb1e99.tar.bz2 volse-hubzilla-d0956eb39d7a361639f5cd73fb1c3c8463fb1e99.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e46d31ef8..d88340a4e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1802,3 +1802,12 @@ dl.bb-dl > dd > li { overflow: hidden; } +#cloud-index { + width: 100%; + table-layout: fixed; +} + +#cloud-index td { + width: auto; + overflow: hidden; +}
\ No newline at end of file |