We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to increase HTML field height in Workspace?

darthkims
Tera Contributor

I have tried create style for the field but it does not work for workspace

darthkims_1-1756052545796.png

 

1 ACCEPTED SOLUTION

We found that having quotes around the attribute property in the field's dictionary record was the culprit.

 

'editor.height=1000' worked in classic forms but wasn't honored in the Workspace. Removing the single quotes fixed the issue.

View solution in original post

5 REPLIES 5

CJ Hinton
Tera Expert

@darthkims Have you found a solution to this yet?

nope

We found that having quotes around the attribute property in the field's dictionary record was the culprit.

 

'editor.height=1000' worked in classic forms but wasn't honored in the Workspace. Removing the single quotes fixed the issue.