Add horizontal scroll to REPL outputs (#33247)
Release Notes: - Made the horizontal outputs scrollable in REPL
This commit is contained in:
parent
4cd4d28531
commit
668d5eef3b
1 changed files with 2 additions and 0 deletions
|
@ -221,7 +221,9 @@ impl Output {
|
||||||
};
|
};
|
||||||
|
|
||||||
h_flex()
|
h_flex()
|
||||||
|
.id("output-content")
|
||||||
.w_full()
|
.w_full()
|
||||||
|
.overflow_x_scroll()
|
||||||
.items_start()
|
.items_start()
|
||||||
.child(div().flex_1().children(content))
|
.child(div().flex_1().children(content))
|
||||||
.children(match self {
|
.children(match self {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue