mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix links to CSS types.
This commit is contained in:
@@ -5,10 +5,10 @@ The `max-height` rule sets a maximum height for a widget.
|
||||
## Syntax
|
||||
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
max-height: <a href="../css_types/scalar.md"><scalar></a>;
|
||||
max-height: <a href="../../css_types/scalar"><scalar></a>;
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
The `max-height` rule accepts a [`<scalar>`](../css_types/scalar.md) that defines an upper bound for the [`height`](./height.md) of a widget.
|
||||
The `max-height` rule accepts a [`<scalar>`](../../css_types/scalar) that defines an upper bound for the [`height`](./height) of a widget.
|
||||
That is, the height of a widget is never allowed to exceed `max-height`.
|
||||
|
||||
### Values
|
||||
|
||||
Reference in New Issue
Block a user