This commit is contained in:
Will McGugan
2022-08-16 19:30:02 +01:00
parent 431ac5dd31
commit 2284a87040
2 changed files with 1 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ Tweet {
height:12;
width: 100%;
margin:0 2;
background: $panel;
color: $text-panel;
layout: vertical;

View File

@@ -29,7 +29,6 @@ class Align:
self, console: Console, options: ConsoleOptions
) -> RenderResult:
lines = console.render_lines(self.renderable, options, pad=False)
new_line = Segment.line()
for line in align_lines(
lines,