From fb2586a5533aff4e5a4b508e7b397d81dc6b9deb Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Tue, 25 Mar 2025 18:21:03 -0300 Subject: [PATCH] assistant2: Add some padding top to the checkpoint element (#27456) Most minimal PR ever. Release Notes: - N/A --- crates/assistant2/src/active_thread.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/assistant2/src/active_thread.rs b/crates/assistant2/src/active_thread.rs index cd6a4f342c40f5b9a9f66785f97d88c7c74ac92a..82b42b728e8e098b790629d5db54bd48a9bd4290 100644 --- a/crates/assistant2/src/active_thread.rs +++ b/crates/assistant2/src/active_thread.rs @@ -1023,6 +1023,7 @@ impl ActiveThread { parent.child( h_flex() + .pt_2p5() .px_2p5() .w_full() .gap_1()