assistant2: Add some padding top to the checkpoint element (#27456)

Most minimal PR ever.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-03-25 18:21:03 -03:00 committed by GitHub
parent 28e0bb5a12
commit fb2586a553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1023,6 +1023,7 @@ impl ActiveThread {
parent.child(
h_flex()
.pt_2p5()
.px_2p5()
.w_full()
.gap_1()