chore: issue quick action dropdown max height updated (#3919)

This commit is contained in:
Anmol Singh Bhatia 2024-03-11 21:02:28 +05:30 committed by GitHub
parent 6c7ba3bc79
commit 539afb0792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,7 @@ export const AllIssueQuickActions: React.FC<IQuickActionProps> = observer((props
placement="bottom-start"
customButton={customActionButton}
portalElement={portalElement}
maxHeight="lg"
closeOnSelect
ellipsis
>

View File

@ -60,6 +60,7 @@ export const ArchivedIssueQuickActions: React.FC<IQuickActionProps> = (props) =>
placement="bottom-start"
customButton={customActionButton}
portalElement={portalElement}
maxHeight="lg"
closeOnSelect
ellipsis
>

View File

@ -110,6 +110,7 @@ export const CycleIssueQuickActions: React.FC<IQuickActionProps> = observer((pro
placement="bottom-start"
customButton={customActionButton}
portalElement={portalElement}
maxHeight="lg"
closeOnSelect
ellipsis
>

View File

@ -109,6 +109,7 @@ export const ModuleIssueQuickActions: React.FC<IQuickActionProps> = observer((pr
placement="bottom-start"
customButton={customActionButton}
portalElement={portalElement}
maxHeight="lg"
closeOnSelect
ellipsis
>

View File

@ -110,6 +110,7 @@ export const ProjectIssueQuickActions: React.FC<IQuickActionProps> = observer((p
placement="bottom-start"
customButton={customActionButton}
portalElement={portalElement}
maxHeight="lg"
closeOnSelect
ellipsis
>