Skip to content

Commit

Permalink
Decrease multiline height for various fields (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Lee <[email protected]>
  • Loading branch information
mikejritter and ray-lee authored Mar 7, 2024
1 parent b026818 commit 5540a0b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/recordTypes/acquisition/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/collectionobject/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/intake/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/loanin/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/loanout/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/objectexit/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions src/plugins/recordTypes/uoc/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default (configContext) => {
view: {
type: TextInput,
props: {
height: 23,
multiline: true,
},
},
Expand Down

0 comments on commit 5540a0b

Please sign in to comment.