From 69e4bb79466b923b8b270948e87db4805daf963a Mon Sep 17 00:00:00 2001 From: Leo Voon Date: Tue, 30 Jan 2024 09:19:51 +0800 Subject: [PATCH] fix: README table (#585) Update that maxHeight, maxWidth, minHeight and minWidth are unsupported for `fit-content`. reference: [MDN max-height](https://developer.mozilla.org/en-US/docs/Web/CSS/max-height) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a08a7e7..426e61ac 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na heightSupported Min & max size -minWidthSupported except for min-content and max-content -minHeightSupported except for min-content and max-content -maxWidthSupported except for min-content and max-content -maxHeightSupported except for min-content and max-content +minWidthSupported except for min-content, max-content and fit-content +minHeightSupported except for min-content, max-content and fit-content +maxWidthSupported except for min-content, max-content and fit-content +maxHeightSupported except for min-content, max-content and fit-content border Width (borderWidth, borderTopWidth, ...)Supported