Skip to content

Commit c616f32

Browse files
rbrenopenhands-agent
authored andcommitted
Fix: Ensure consistent tab height when workspace tab is selected (#7885)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent e79baeb commit c616f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/layout/nav-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function NavTab({ to, label, icon, isBeta }: NavTabProps) {
1818
className={cn(
1919
"px-2 border-b border-r border-neutral-600 bg-base-secondary flex-1",
2020
"first-of-type:rounded-tl-xl last-of-type:rounded-tr-xl last-of-type:border-r-0",
21-
"flex items-center gap-2",
21+
"flex items-center gap-2 h-full min-h-[36px]",
2222
)}
2323
>
2424
{({ isActive }) => (

0 commit comments

Comments
 (0)