Skip to content

Commit

Permalink
MAT-7785 comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 5, 2024
1 parent be29c14 commit 8a7948b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/CqlBuilderPanel/definitionsSection/definitions/Definitions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,18 +231,18 @@ const Definitions = ({
{row.getVisibleCells().map((cell) => (
<TD key={cell.id}>
{cell.column.id === "comment" ? (
<Tooltip
arrow
title={
<div style={{ whiteSpace: "pre-line" }}>
{cell.getValue()}
</div>
}
>
<div tw="w-2/3">
<div tw="w-3/5">
<Tooltip
arrow
title={
<div style={{ whiteSpace: "pre-line" }}>
{cell.getValue()}
</div>
}
>
<Typography noWrap>{cell.getValue()}</Typography>
</div>
</Tooltip>
</Tooltip>
</div>
) : (
flexRender(cell.column.columnDef.cell, cell.getContext())
)}
Expand Down

0 comments on commit 8a7948b

Please sign in to comment.