From 1603be0c784f76fd8f0132b9c46844288270d255 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 4 Jun 2026 22:51:49 +0200 Subject: [PATCH] fix(ui): stop the console clipping the last log line The tab body ran flush into the console's rounded bottom corner, so the final log line was shaved off. Inset the tab body from the bottom so the scroll viewport ends above the corner and ScrollToEnd reveals the whole last line. Co-Authored-By: Claude Opus 4.7 --- src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml index 3e85827..bd19b7e 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml @@ -135,15 +135,15 @@ - - + + + Padding="12,8,12,4">