Skip to content

Commit

Permalink
Update files/en-us/web/css/white-space-collapse/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 1, 2025
1 parent d192bf9 commit 43fe0a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/en-us/web/css/white-space-collapse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ The `white-space-collapse` property is specified as a single keyword chosen from
- A line-breaking opportunity exists after every preserved white space character, including between white space characters.
- Preserved spaces take up space and do not hang, thus affecting the box's intrinsic sizes ({{cssxref("min-content")}} size and {{cssxref("max-content")}} size).

> [!NOTE]
> _Segment break characters_ are characters such as line feeds that cause text to break onto new lines.
> **Note:** _Segment break characters_ are characters such as line feeds that cause text to break onto new lines.

> [!NOTE]
> The [CSS text](/en-US/docs/Web/CSS/CSS_text) module defines a `discard` value for the `white-space-collapse` property to discard all white space in the element, however, this is not supported in any browsers.
Expand Down

0 comments on commit 43fe0a9

Please sign in to comment.