From 15a368e2ecabd5f590bb4ebc8486bed756fb6090 Mon Sep 17 00:00:00 2001 From: dKosarevsky <36589322+dKosarevsky@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:34:04 +0300 Subject: [PATCH] Update chat.py fix width --- chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.py b/chat.py index 0edd80c..989c643 100644 --- a/chat.py +++ b/chat.py @@ -49,7 +49,7 @@ selected_lang = option_menu( "margin": "auto", "background-color": "#2C3333", "height": "30px", - "width": "13rem", + "width": "5rem", "color": "#CBE4DE", "border-radius": "5px" },