mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Minor fixes for consistency.
This commit is contained in:
@@ -10,7 +10,7 @@ box-sizing: border-box | content-box;
|
||||
|
||||
### Values
|
||||
|
||||
| Values | Description |
|
||||
| Value | Description |
|
||||
|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `border-box` (default) | Padding and border are included in the width and height. If you add padding and/or border the widget will not change in size, but you will have less space for content. |
|
||||
| `content-box` | Padding and border will increase the size of the widget, leaving the content area unaffected. |
|
||||
|
||||
@@ -5,7 +5,7 @@ The `display` property defines whether a widget is displayed or not.
|
||||
## Syntax
|
||||
|
||||
```
|
||||
display: none | block;
|
||||
display: block | none;
|
||||
```
|
||||
|
||||
### Values
|
||||
|
||||
Reference in New Issue
Block a user