M: Fix breaking word in expressions
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run

This commit is contained in:
Ivan 2024-08-31 12:26:38 +03:00
parent c0235e573a
commit 323f124d68

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',