Skip to content

Commit

Permalink
style: ellipsisWithTooltip style improve (nocobase#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinehhh committed Aug 15, 2023
1 parent 0669975 commit 3baebf2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export const EllipsisWithTooltip = forwardRef((props: Partial<IEllipsisWithToolt
<div
style={{
width: 300,
overflowX: 'auto',
overflow: 'auto',
maxHeight: 400,
}}
>
{popoverContent || props.children}
Expand Down

0 comments on commit 3baebf2

Please sign in to comment.