aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 3 insertions, 2 deletions
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;
}