Skip to content

Commit

Permalink
fix: change node title input size to 60 to avoid issues in the claro …
Browse files Browse the repository at this point in the history
…node form

Refs: ODSG-45
  • Loading branch information
orakili committed Aug 24, 2023
1 parent 5dbb243 commit fead5c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ content:
weight: 0
region: content
settings:
size: 255
size: 60
placeholder: ''
third_party_settings: { }
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ content:
weight: 0
region: content
settings:
size: 255
size: 60
placeholder: ''
third_party_settings: { }
hidden:
Expand Down
2 changes: 1 addition & 1 deletion config/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ content:
weight: 0
region: content
settings:
size: 255
size: 60
placeholder: ''
third_party_settings: { }
hidden:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ content:
weight: 0
region: content
settings:
size: 255
size: 60
placeholder: ''
third_party_settings: { }
hidden:
Expand Down

0 comments on commit fead5c1

Please sign in to comment.