mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
style: ellipsisWithTooltip style improve (#2451)
This commit is contained in:
parent
0669975dde
commit
3baebf2a71
@ -53,7 +53,8 @@ export const EllipsisWithTooltip = forwardRef((props: Partial<IEllipsisWithToolt
|
||||
<div
|
||||
style={{
|
||||
width: 300,
|
||||
overflowX: 'auto',
|
||||
overflow: 'auto',
|
||||
maxHeight: 400,
|
||||
}}
|
||||
>
|
||||
{popoverContent || props.children}
|
||||
|
Loading…
Reference in New Issue
Block a user