M: Fix breaking word in expressions

This commit is contained in:
Ivan 2024-08-31 12:24:02 +03:00
parent 4ed6975d84
commit 51f22a4ff4

View File

@ -113,7 +113,7 @@ function TableRSList({
size: 1000,
minSize: 300,
maxSize: 1000,
cell: props => <div className='break-words text-pretty'>{props.getValue()}</div>
cell: props => <div className='break-all text-pretty'>{props.getValue()}</div>
}),
columnHelper.accessor(cst => cst.definition_resolved || cst.definition_raw || '', {
id: 'definition',