mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(listbox): card shadow clipping when inside listbox item (#3486)
* fix(listbox): card shadow clipping when inside listbox item * fix(listbox): card shadow clipping when inside listbox item * Update five-teachers-refuse.md * Delete .changeset/bright-avocados-yell.md * fix(listbox): card shadow clipping when inside listbox item
This commit is contained in:
parent
46cc01908e
commit
324fd6d3c1
5
.changeset/five-teachers-refuse.md
Normal file
5
.changeset/five-teachers-refuse.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/theme": patch
|
||||
---
|
||||
|
||||
fixed the shadow clipping of card inside listbox or menubox item (#3480)
|
||||
@ -71,7 +71,7 @@ const menuItem = tv({
|
||||
"data-[focus-visible=true]:dark:ring-offset-background-content1",
|
||||
],
|
||||
wrapper: "w-full flex flex-col items-start justify-center",
|
||||
title: "flex-1 text-small font-normal truncate",
|
||||
title: "flex-1 text-small font-normal",
|
||||
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
|
||||
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
|
||||
shortcut: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user