🎨 style(index.css): update width of dropdown component options to be responsive on larger screens

This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-20 17:40:10 -03:00
commit c6157cf12a

View file

@ -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