mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Dropdown width fix
This commit is contained in:
parent
195629fad8
commit
55a502b8ea
1 changed files with 0 additions and 1 deletions
|
@ -1047,7 +1047,6 @@ export default {
|
|||
'cursor-pointer inline-flex relative select-none',
|
||||
'bg-white border border-gray-400 transition-colors duration-200 ease-in-out rounded-md',
|
||||
'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300',
|
||||
'w-full md:w-56',
|
||||
'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
|
||||
{ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue