M: Fix breaking word in expressions
This commit is contained in:
parent
4ed6975d84
commit
51f22a4ff4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user