mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
more docs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Height
|
||||
|
||||
The `height` style sets a widget's height. By default, it sets the height of the content area, but if `box-sizing` is set to `border-box` it sets the height of the border area.
|
||||
The `height` rule sets a widget's height. By default, it sets the height of the content area, but if `box-sizing` is set to `border-box` it sets the height of the border area.
|
||||
|
||||
## Example
|
||||
|
||||
=== "width.py"
|
||||
=== "height.py"
|
||||
|
||||
```python
|
||||
--8<-- "docs/examples/styles/height.py"
|
||||
|
||||
Reference in New Issue
Block a user