🎨 style(index.css): update width of dropdown component options to be responsive on larger screens
This commit is contained in:
parent
01a473d73b
commit
c6157cf12a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue