mirror of https://github.com/Textualize/rich.git
options only
This commit is contained in:
parent
356b289f3e
commit
1e73828ec5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue