Skip to content

Commit

Permalink
fix(css): update min max content size pages (#34839)
Browse files Browse the repository at this point in the history
fix(css): update min max contet size pages
  • Loading branch information
OnkarRuikar authored Jul 15, 2024
1 parent e8805a6 commit f3f3d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/max-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.width.max-content

{{CSSRef}}

The `max-content` sizing keyword represents the {{glossary("intrinsic size", "intrinsic")}} maximum width or height of the content. For text content this means that the content will not wrap at all even if it causes overflows.
The `max-content` sizing keyword represents the maximum {{glossary("intrinsic size")}} of the content. For text content this means that the content will not wrap at all even if it causes overflows.

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/min-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: css.properties.width.min-content

{{CSSRef}}

The `min-content` sizing keyword represents the {{glossary("intrinsic size", "intrinsic")}} minimum width of the content. For text content this means that the content will take all soft-wrapping opportunities, becoming as small as the longest word.
The `min-content` sizing keyword represents the minimum {{glossary("intrinsic size")}} of the content. For text content this means that the content will take all soft-wrapping opportunities, becoming as small as the longest word.

## Syntax

Expand Down

0 comments on commit f3f3d1b

Please sign in to comment.