From c42911bd8db98129beb9412c9b7fd9fd3860b80c Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 23 Feb 2023 16:19:02 +0000 Subject: css fixes --- view/theme/redbasic/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b63d7092a..2a45388ac 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1393,8 +1393,9 @@ blockquote { } .textcomplete-dropdown { - max-height: 300px; - max-width: 250px; + max-height: 20rem; + max-width: 17rem; + min-width: 15rem; overflow: auto; } -- cgit v1.2.3