Skip to content

Commit 8cbd1b9

Browse files
committed
fix lint errors
1 parent 9b7d78e commit 8cbd1b9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • shesha-reactjs/src/components/reactTable

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -491,17 +491,17 @@ export const ReactTable: FC<IReactTableProps> = ({
491491
>
492492
<div
493493
style={{
494-
maxHeight: 300,
495-
overflowY: "auto",
496-
backgroundColor: "white",
497-
padding: 8,
498-
border: "1px solid rgba(0,0,0,0.15)",
499-
borderRadius: 4,
500-
boxShadow: "0 3px 6px rgba(0,0,0,0.2)",
501-
display: "inline-block",
502-
whiteSpace: "pre-wrap",
503-
maxWidth: "80vw",
504-
wordBreak: "break-word",
494+
maxHeight: 300,
495+
overflowY: "auto",
496+
backgroundColor: "white",
497+
padding: 8,
498+
border: "1px solid rgba(0,0,0,0.15)",
499+
borderRadius: 4,
500+
boxShadow: "0 3px 6px rgba(0,0,0,0.2)",
501+
display: "inline-block",
502+
whiteSpace: "pre-wrap",
503+
maxWidth: "80vw",
504+
wordBreak: "break-word",
505505
}}
506506
>
507507
{cellRef?.current?.innerText}

0 commit comments

Comments
 (0)