mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Collapsible style tweak (#3306)
* tweaks to style * changelog * snapshot * add additional space for nested widgets * tweak to nested collapsibles and snapshots * remove superfluous rules
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
from textual.app import App, ComposeResult
|
||||
from textual.widgets import Collapsible, Footer, Label, Markdown
|
||||
|
||||
LETO = """
|
||||
LETO = """\
|
||||
# Duke Leto I Atreides
|
||||
|
||||
Head of House Atreides.
|
||||
"""
|
||||
Head of House Atreides."""
|
||||
|
||||
JESSICA = """
|
||||
# Lady Jessica
|
||||
|
||||
Reference in New Issue
Block a user