mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 22:57:13 -04:00
Fixed popover text wrap browser compatibility (#2573)
This commit is contained in:
parent
032e8b812d
commit
ab2925e416
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const TextPopover: FunctionComponent<TextPopoverProps> = ({
|
||||||
opened={hovered}
|
opened={hovered}
|
||||||
label={text}
|
label={text}
|
||||||
{...tooltip}
|
{...tooltip}
|
||||||
style={{ textWrap: "pretty" }}
|
style={{ textWrap: "wrap" }}
|
||||||
>
|
>
|
||||||
<div ref={ref}>{children}</div>
|
<div ref={ref}>{children}</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue