diff --git a/src/textual/css/styles.py b/src/textual/css/styles.py index 7d36411641..fd6fe43c2d 100644 --- a/src/textual/css/styles.py +++ b/src/textual/css/styles.py @@ -323,7 +323,9 @@ class StylesBase: """Set the left border of the widget e.g. ("rounded", "green") or "none".""" border_title_align = StringEnumProperty(VALID_ALIGN_HORIZONTAL, "left") + """The alignment of the border title text.""" border_subtitle_align = StringEnumProperty(VALID_ALIGN_HORIZONTAL, "right") + """The alignment of the border subtitle text.""" outline = BorderProperty(layout=False) """Set the outline of the widget e.g. ("rounded", "green") or "none".