forgotten attributes

This commit is contained in:
Will McGugan
2024-11-12 14:36:49 +00:00
parent 541a70f28e
commit bfe0694ec5

View File

@@ -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])