mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 05:24:04 +03:00
* Fixed Max lenght in Label , #3515 * should be 200 if label is displayed, 272 if label is not displayed #3558 * Update packages/twenty-front/src/modules/object-record/components/RecordShowPage.tsx Fix accoding to review * Fix --------- Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
parent
0100244cbc
commit
c0c2906209
@ -252,7 +252,7 @@ export const RecordShowPage = () => {
|
|||||||
key={record.id + fieldMetadataItem.id}
|
key={record.id + fieldMetadataItem.id}
|
||||||
value={{
|
value={{
|
||||||
entityId: record.id,
|
entityId: record.id,
|
||||||
maxWidth: 272,
|
maxWidth: 200,
|
||||||
recoilScopeId: record.id + fieldMetadataItem.id,
|
recoilScopeId: record.id + fieldMetadataItem.id,
|
||||||
isLabelIdentifier: false,
|
isLabelIdentifier: false,
|
||||||
fieldDefinition:
|
fieldDefinition:
|
||||||
|
Loading…
Reference in New Issue
Block a user