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:
@@ -9,10 +9,10 @@ The `column-span` style specifies how many rows a widget will span in a grid lay
|
||||
## Syntax
|
||||
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
column-span: <a href="../css_types/integer.md"><integer></a>;
|
||||
column-span: <a href="../../css_types/integer"><integer></a>;
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
The style `column-span` accepts a single non-negative [`<integer>`](../../css_types/integer.md) that quantifies how many columns the given widget spans.
|
||||
The style `column-span` accepts a single non-negative [`<integer>`](../../../css_types/integer) that quantifies how many columns the given widget spans.
|
||||
|
||||
### Values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user