mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 13:02:15 +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}
|
||||
value={{
|
||||
entityId: record.id,
|
||||
maxWidth: 272,
|
||||
maxWidth: 200,
|
||||
recoilScopeId: record.id + fieldMetadataItem.id,
|
||||
isLabelIdentifier: false,
|
||||
fieldDefinition:
|
||||
|
Loading…
Reference in New Issue
Block a user