From 85cac6ffc5b8c7c153434e1eb32f363bb4cfe694 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Tue, 3 Mar 2026 15:40:37 +0530 Subject: [PATCH] fix(ui): logs terminal overflowing to the right of the window --- src/ui/views/logs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/views/logs.rs b/src/ui/views/logs.rs index e0bb153..8377ffa 100644 --- a/src/ui/views/logs.rs +++ b/src/ui/views/logs.rs @@ -76,6 +76,7 @@ impl Render for LogsView { v_flex() .gap_4() .h_full() + .w_full() .child( div() .flex_1()