mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
M: Fix breaking word in expressions
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
This commit is contained in:
parent
c0235e573a
commit
323f124d68
|
@ -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