From 774c691df8b99f5e24d3f41e451fe65f5b447952 Mon Sep 17 00:00:00 2001 From: pieresimakp <69743585+pieresimakp@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:31:56 +0800 Subject: [PATCH] fixed style box wrapping --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0dcc3e25d..2218739a0 100644 --- a/style.css +++ b/style.css @@ -69,7 +69,7 @@ div.compact{ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.gradio-dropdown .wrap-inner.wrap-inner.wrap-inner{ +.gradio-dropdown:not(.multiselect) .wrap-inner.wrap-inner.wrap-inner{ flex-wrap: unset; }