From 64591ce3241e6bc390dd1ada957cfe734e274e32 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:54:01 -0300 Subject: [PATCH] Fix ugly img2img tab --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index a57b2420f..c9862e5e2 100644 --- a/style.css +++ b/style.css @@ -160,3 +160,7 @@ input[type="range"]{ border-radius: 8px; } +.flex-wrap { + flex-wrap: unset; +} +