mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[PUI] Fix line-break for "details" field (#7616)
This commit is contained in:
parent
8059fb1e05
commit
2e4ab45635
@ -400,10 +400,10 @@ export function DetailsTableField({
|
||||
>
|
||||
<InvenTreeIcon icon={field.icon ?? (field.name as InvenTreeIconType)} />
|
||||
</Table.Td>
|
||||
<Table.Td style={{ maxWidth: '65%' }}>
|
||||
<Table.Td style={{ maxWidth: '65%', lineBreak: 'auto' }}>
|
||||
<Text>{field.label}</Text>
|
||||
</Table.Td>
|
||||
<Table.Td style={{}}>
|
||||
<Table.Td style={{ lineBreak: 'anywhere' }}>
|
||||
<FieldType field_data={field} field_value={fieldValue} />
|
||||
</Table.Td>
|
||||
<Table.Td style={{ width: '50' }}>
|
||||
|
Loading…
Reference in New Issue
Block a user