From 450499d9aa3ecb1f86c22cd13370ae2a8402b2db Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sat, 9 Mar 2024 16:41:27 -0600 Subject: [PATCH] widen select box --- src/scss/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/application.scss b/src/scss/application.scss index ad89bd7..d3290a6 100644 --- a/src/scss/application.scss +++ b/src/scss/application.scss @@ -266,7 +266,7 @@ li .availability-status-code- { } .position-select-box { - width: 10ch; + width: 11ch; } .Panel-cell {