From 63cf7459c92cb9624bb3915c19f4b121640b0bcd Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 30 Aug 2022 11:52:30 +0100 Subject: [PATCH] Reword box-sizing description --- docs/styles/box_sizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/box_sizing.md b/docs/styles/box_sizing.md index 16bc01039..bc089ad44 100644 --- a/docs/styles/box_sizing.md +++ b/docs/styles/box_sizing.md @@ -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