From ab2925e416f2d297d94c5441b11af3721d9d05f7 Mon Sep 17 00:00:00 2001 From: Anderson Shindy Oki Date: Tue, 9 Jul 2024 23:52:55 +0900 Subject: Fixed popover text wrap browser compatibility (#2573) --- frontend/src/components/TextPopover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/TextPopover.tsx') diff --git a/frontend/src/components/TextPopover.tsx b/frontend/src/components/TextPopover.tsx index 974c0d0c0..03dd58700 100644 --- a/frontend/src/components/TextPopover.tsx +++ b/frontend/src/components/TextPopover.tsx @@ -25,7 +25,7 @@ const TextPopover: FunctionComponent = ({ opened={hovered} label={text} {...tooltip} - style={{ textWrap: "pretty" }} + style={{ textWrap: "wrap" }} >
{children}
-- cgit v1.2.3