From c37a83836a7a86611b8a86fbffb4eaba5c8029f4 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 29 Sep 2024 01:17:15 +0300 Subject: [PATCH] Arrows on selects always visible --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 476765b07..1c8096d86 100644 --- a/public/style.css +++ b/public/style.css @@ -2241,6 +2241,10 @@ textarea::placeholder { height: fit-content; } +select.text_pole { + padding-right: 20px; +} + .chat_injections_list:empty { width: 100%;