mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00: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}
|
||||
label={text}
|
||||
{...tooltip}
|
||||
style={{ textWrap: "pretty" }}
|
||||
style={{ textWrap: "wrap" }}
|
||||
>
|
||||
<div ref={ref}>{children}</div>
|
||||
</Tooltip>
|
||||
|
|
Loading…
Reference in a new issue