Skip to content

Commit ad0c86a

Browse files
authored
Merge pull request #3863 from HackGenesis/derik/bug/update-2882
refactor popover
2 parents b85e052 + 8cbd1b9 commit ad0c86a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • shesha-reactjs/src/components/reactTable

shesha-reactjs/src/components/reactTable/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,9 @@ export const ReactTable: FC<IReactTableProps> = ({
499499
borderRadius: 4,
500500
boxShadow: "0 3px 6px rgba(0,0,0,0.2)",
501501
display: "inline-block",
502-
whiteSpace: "nowrap",
503-
overflowX: "auto",
504-
maxWidth: "100vw",
505-
wordBreak: "keep-all",
502+
whiteSpace: "pre-wrap",
503+
maxWidth: "80vw",
504+
wordBreak: "break-word",
506505
}}
507506
>
508507
{cellRef?.current?.innerText}

0 commit comments

Comments
 (0)