From d41568de29d9bfbecc9b06eb2990cbf1d7edd62b Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 20:18:38 +0300 Subject: [PATCH] Attempt to fix negative prompt UI for #238 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8761d061..50280000 100644 --- a/style.css +++ b/style.css @@ -130,6 +130,7 @@ input[type="range"]{ #txt2img_negative_prompt, #img2img_negative_prompt{ flex: 0.3; + min-width: 10em; } .progressDiv{