From c7e6047385abb242e28e3655357a57d7940f66a3 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 27 Oct 2021 22:02:39 +0100 Subject: [PATCH] :lipstick: Min width for select dropdown --- src/styles/schema-editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/schema-editor.scss b/src/styles/schema-editor.scss index e0f114bc..49ce3ddd 100644 --- a/src/styles/schema-editor.scss +++ b/src/styles/schema-editor.scss @@ -69,7 +69,7 @@ } } select { - width: 10rem; + width: 15rem; height: 2rem; padding: 0.2rem; font-size: 1rem;