diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-12 13:50:25 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-12 13:50:25 -0800 |
commit | a984cd2b27a7976c8d727efc5012f39b6b554bc1 (patch) | |
tree | 4a1c38f4db66ba79595fd3e77b32d8b793d2dd56 /view/theme/redbasic | |
parent | d0956eb39d7a361639f5cd73fb1c3c8463fb1e99 (diff) | |
download | volse-hubzilla-a984cd2b27a7976c8d727efc5012f39b6b554bc1.tar.gz volse-hubzilla-a984cd2b27a7976c8d727efc5012f39b6b554bc1.tar.bz2 volse-hubzilla-a984cd2b27a7976c8d727efc5012f39b6b554bc1.zip |
hubzilla issue #475, item 3
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d88340a4e..c1073c0ab 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1810,4 +1810,8 @@ dl.bb-dl > dd > li { #cloud-index td { width: auto; overflow: hidden; -}
\ No newline at end of file +} + +.caption-visible { + max-height: 75%; +} |