Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/utilities/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Use `.width-auto` to reset width to `auto` (initial value). Typically used with
</div>
```

Use `.width-comfortable` to set width to `65ch`. This can be used on text elements to shorten the line length for better readability.
Use `.width-comfortable` to set max width to `65ch`. This can be used on text elements to shorten the line length for better readability.

```html live
<p class="width-comfortable">
Expand Down