Skip to content

Commit

Permalink
update(CSS): web/css/width (#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 authored Mar 24, 2024
1 parent 94bb1a9 commit ca69421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/uk/web/css/width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ width: unset;
- : Внутрішньо найменша можлива ширина.
- `fit-content`
- : Використовує доступний простір, але не більше, ніж [max-content](/uk/docs/Web/CSS/max-content), тобто `min(max-content, max(min-content, stretch))`.
- `fit-content({{cssxref("<length-percentage>")}})` {{Experimental_Inline}}
- `fit-content({{cssxref("<length-percentage>")}})`
- : Використовує формулу fit-content щодо доступного простору, заміненого вказаним аргументом, тобто `min(max-content, max(min-content, <length-percentage>))`.

## Занепокоєння щодо доступності
Expand Down

0 comments on commit ca69421

Please sign in to comment.