diff options
Diffstat (limited to 'view/theme')
-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%; +} |