chore: issue quick action dropdown max height updated (#3919)
This commit is contained in:
parent
6c7ba3bc79
commit
539afb0792
5 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ export const AllIssueQuickActions: React.FC<IQuickActionProps> = observer((props
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
customButton={customActionButton}
|
customButton={customActionButton}
|
||||||
portalElement={portalElement}
|
portalElement={portalElement}
|
||||||
|
maxHeight="lg"
|
||||||
closeOnSelect
|
closeOnSelect
|
||||||
ellipsis
|
ellipsis
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ export const ArchivedIssueQuickActions: React.FC<IQuickActionProps> = (props) =>
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
customButton={customActionButton}
|
customButton={customActionButton}
|
||||||
portalElement={portalElement}
|
portalElement={portalElement}
|
||||||
|
maxHeight="lg"
|
||||||
closeOnSelect
|
closeOnSelect
|
||||||
ellipsis
|
ellipsis
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ export const CycleIssueQuickActions: React.FC<IQuickActionProps> = observer((pro
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
customButton={customActionButton}
|
customButton={customActionButton}
|
||||||
portalElement={portalElement}
|
portalElement={portalElement}
|
||||||
|
maxHeight="lg"
|
||||||
closeOnSelect
|
closeOnSelect
|
||||||
ellipsis
|
ellipsis
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,7 @@ export const ModuleIssueQuickActions: React.FC<IQuickActionProps> = observer((pr
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
customButton={customActionButton}
|
customButton={customActionButton}
|
||||||
portalElement={portalElement}
|
portalElement={portalElement}
|
||||||
|
maxHeight="lg"
|
||||||
closeOnSelect
|
closeOnSelect
|
||||||
ellipsis
|
ellipsis
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ export const ProjectIssueQuickActions: React.FC<IQuickActionProps> = observer((p
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
customButton={customActionButton}
|
customButton={customActionButton}
|
||||||
portalElement={portalElement}
|
portalElement={portalElement}
|
||||||
|
maxHeight="lg"
|
||||||
closeOnSelect
|
closeOnSelect
|
||||||
ellipsis
|
ellipsis
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue