# Overflow Wrap

The Overflow Wrap property *s*pecifies whether or not the browser can break lines with long words, if they overflow the container.&#x20;

* Select a block.
* Open the Block Inspector.
* Navigate to the Primary or Design tab.
* Open the Typography tab.
* Find the Overflow Wrap property.
* Select the desired Overflow Wrap option (inherit, normal, break-word, anywhere, initial, revert, unset).
* Click on the selected style option to unselect it.

<figure><img src="/files/DuTQzur7al4xt6QF5Hi2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cwicly.com/design/typography/overflow-wrap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
