From dd6a70e0b2467332bee7411ea47158f851bbf9e8 Mon Sep 17 00:00:00 2001 From: Xiaohan-Tian <157918347+Xiaohan-Tian@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:52:35 -0700 Subject: [PATCH] updated the input boxes on the settings page to take up the full width. --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index f04afec..32c534c 100644 --- a/src/App.css +++ b/src/App.css @@ -1591,7 +1591,7 @@ textarea { .settings-input, .settings-select, .settings-textarea { width: 100%; - max-width: 300px; + /* max-width: 300px; */ padding: 8px 12px; background-color: #3a3a3a; border: 1px solid #555;