Reword box-sizing description

This commit is contained in:
Darren Burns
2022-08-30 11:52:30 +01:00
parent 92f15abc42
commit 63cf7459c9

View File

@@ -1,6 +1,6 @@
# Box-sizing
The `box-sizing` rule impacts how `width` and `height` rules are translated in to screen dimensions, when combined with `padding` and `border`.
The `box-sizing` property determines how the width and height of a widget are calculated.
## Syntax