# Text: Wrap (property)

> Control how text breaks across lines and stays within its box.

Source: https://bluepic.io/help/design-elements-and-tools/text-wrap  
Language: en  
Category: design-elements-and-tools  
Last updated: 2026-06-15

The **Wrap** toggle, in the **Text Settings** of a text element, controls what happens when the text is wider than its box.

- **Wrap on:** the text breaks onto new lines to stay inside the box, and shrinks to fit if it still runs out of room.
- **Wrap off:** the text keeps the line breaks you typed and never breaks on its own; instead the whole text shrinks so it fits the box.

![](https://imagedelivery.net/mudX-CmAqIANL8bxoNCToA/3955d92a-2df5-473c-c421-0ed7a8e8a500/max)

Either way the text stays inside its box. The difference is how it gets there: wrapping flows long content onto more lines, while no-wrapping shrinks it to fit. That is what keeps a design tidy when the content comes from a [text input field](https://bluepic.io/help/input-fields/text-input-fields) and you do not know in advance how much your users will type.

In both modes the text starts at its [Max Font Size](https://bluepic.io/help/design-elements-and-tools/text-font-size) and only ever shrinks from there, never larger.
