From 3862b1aedaca43944cdfea9d1c97223ce0794f3d Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 27 Jan 2026 02:00:01 +0000 Subject: [PATCH] fix(ui): set filetree tablist height to 48px with centered content --- packages/ui/src/components/tabs.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index a283ab652..8a872ebad 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -266,8 +266,10 @@ &[data-variant="pill"][data-orientation="horizontal"][data-scope="filetree"] { [data-slot="tabs-list"] { - padding: 12px; + height: 48px; + padding-inline: 12px; gap: 8px; + align-items: center; } [data-slot="tabs-trigger-wrapper"] {