---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Configure automatic resizing

# Configure automatic resizing {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Configure fields to display multiple lines of content automatically without scrolling.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to <kbd class="ph userinput">sys_properties.list</kbd>.  
   The entire list of properties in the System Properties \[sys_properties\] table opens.
2. Use system properties to enable automatic resizing and set a line limit.
{#expand-text-shown-in-fields-before-scrolling__steps_atx_gpf_k3c}

## System properties for automatic resizing {#ariaid-title2}

Configure system properties for automatic resizing to display fields with multiple lines of content automatically without scrolling.

glide.ui.textarea.autoresize_line_limit
:   Determines the line number after which the scroll bar should appear for the text area component in all text area fields.
:   Enter a maximum value for text area fields to automatically resize.

glide.ui.journal.use_html
:   Converts all journal fields with a text area subtype to HTML editor fields.
:   Set the Value field to true.

glide.ui.journal.html.editor.autoresize
:   Activates the autoresize plugin in all journal fields with the HTML subtype.
:   Set the Value field to true.

glide.ui.journal.html.editor.autoresize_line_limit
:   Determines the line number after which the scroll bar should appear for the HTML editor component in all journal fields with the HTML subtype.
:   Effective if glide.ui.journal.html.editor.autoresize is set to true. Enter a maximum value for journal fields to automatically resize.

glide.ui.html.editor.autoresize_line_limit
:   Determines the line number after which the scroll bar should appear for the HTML editor component in all HTML fields.
:   Effective if automatic resizing is added to glide.ui.html.editor.v5.enabled_plugins. Enter a maximum value for HTML fields to resize automatically.

glide.ui.html.editor.v5.enabled_plugins
:   Determines the line number after which the scroll bar should appear for the text area component in all Activity stream textarea fields.
:   Enter a maximum value for text area fields to resize automatically.

glide.activity.compose.html.autoresize_line_limit
:   Determines the line number after which the scroll bar should appear for the HTML editor component in all Activity stream journal fields with the HTML subtype.
:   Effective if glide.activity.compose.html.autoresize is set to true. Enter a maximum value for journal fields to resize automatically.

glide.activity.compose.html.autoresize
:   Activates the automatic resizing plugin in all Activity stream journal fields with the HTML subtype.
:   Set the Value field to true.

