mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo.
This commit is contained in:
@@ -18,7 +18,7 @@ box-sizing: [border-box|content-box];
|
||||
## Example
|
||||
|
||||
Both widgets in this example have the same height (5).
|
||||
The top widget has `box-sizing: border-box` which means that padding and border reduces the space for content.
|
||||
The top widget has `box-sizing: border-box` which means that padding and border reduce the space for content.
|
||||
The bottom widget has `box-sizing: content-box` which increases the size of the widget to compensate for padding and border.
|
||||
|
||||
=== "box_sizing.py"
|
||||
|
||||
Reference in New Issue
Block a user