mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
forgotten attributes
This commit is contained in:
@@ -401,6 +401,9 @@ class Content(Visual):
|
||||
if self._cell_length is None
|
||||
else self._cell_length + cell_len(content)
|
||||
),
|
||||
align=self.align,
|
||||
no_wrap=self.no_wrap,
|
||||
ellipsis=self.ellipsis,
|
||||
)
|
||||
return Content("").join([self, content])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user