fix(ui): logs terminal overflowing to the right of the window

This commit is contained in:
Suyog Tandel
2026-03-03 15:40:37 +05:30
parent c18d496b90
commit 85cac6ffc5
+1
View File
@@ -76,6 +76,7 @@ impl Render for LogsView {
v_flex()
.gap_4()
.h_full()
.w_full()
.child(
div()
.flex_1()