mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update box-sizing.
This commit is contained in:
@@ -5,7 +5,7 @@ The `box-sizing` property determines how the width and height of a widget are ca
|
||||
## Syntax
|
||||
|
||||
```
|
||||
box-sizing: [border-box|content-box];
|
||||
box-sizing: border-box | content-box;
|
||||
```
|
||||
|
||||
### Values
|
||||
|
||||
Reference in New Issue
Block a user