diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e46d31ef8..b0a109c92 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1802,3 +1802,6 @@ dl.bb-dl > dd > li { overflow: hidden; } +.caption-visible { + max-height: 75%; +} |