mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
AIAgent: add max-width for sub-menu
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -136,7 +136,7 @@ const DropDownItem = ({
|
||||
align="start"
|
||||
sideOffset={0}
|
||||
open={isSubMenuOpen}
|
||||
contentClassName="ms-[12px] mt-[-15px]"
|
||||
contentClassName="ms-[12px] mt-[-15px] max-w-[300px]"
|
||||
containerRef={itemRef.current}
|
||||
dropdownRef={submenuRef}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user