Skip to content

Commit

Permalink
reduce cases assignees width 520 -> 400
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jun 4, 2024
1 parent 03531ec commit 83c1dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const AssigneesFilterPopoverComponent: React.FC<AssigneesFilterPopoverProps> = (
isOpen={isPopoverOpen}
closePopover={togglePopover}
panelStyle={{
minWidth: 520,
width: 400,
}}
button={
<EuiFilterButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const SuggestUsersPopoverComponent: React.FC<SuggestUsersPopoverProps> = ({
isOpen={isPopoverOpen}
closePopover={onClosePopover}
panelStyle={{
minWidth: 520,
width: 400,
}}
selectableProps={{
onChange,
Expand Down

0 comments on commit 83c1dd1

Please sign in to comment.