From c6157cf12a91f9e0fe154bcae9060c98c15319de Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 20 Jul 2023 17:40:10 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(index.css):=20update=20wid?= =?UTF-8?q?th=20of=20dropdown=20component=20options=20to=20be=20responsive?= =?UTF-8?q?=20on=20larger=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index b8ac21fef..0bb5b46e9 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -550,7 +550,7 @@ The cursor: default; property value restores the browser's default cursor style @apply z-10 mt-1 max-h-60 overflow-auto rounded-md bg-background py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm } .dropdown-component-true-options { - @apply dropdown-component-options w-[215px] + @apply dropdown-component-options lg:w-[31.5%] } .dropdown-component-false-options { @apply dropdown-component-options w-full