options only

This commit is contained in:
Will McGugan 2021-07-11 08:58:49 +01:00
parent 356b289f3e
commit 1e73828ec5
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ class Align(JupyterMixin):
Constrain(
self.renderable, width if self.width is None else min(width, self.width)
),
options.update(height=self.height or options.height or 1),
options
# options.update(height=self.height or options.height or 1),
)
lines = list(Segment.split_lines(rendered))
width, height = Segment.get_shape(lines)