Skip to content

Commit 6852a9a

Browse files
committed
Add minimum height to library ask thread tab wrapper
- Add `min-h-12` to the root tab container in `library-ask-thread-tabs.tsx` - Prevents the tabs strip from collapsing vertically and stabilizes layout
1 parent 2c47b8b commit 6852a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/library-ask-thread-tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const LibraryAskThreadTabs = memo(function LibraryAskThreadTabs({
5757
const prewarmThread = usePrewarmThread();
5858

5959
return (
60-
<div className={cn("relative flex items-center border-b border-border bg-background", className)}>
60+
<div className={cn("relative flex min-h-12 items-center border-b border-border bg-background", className)}>
6161
<ScrollArea className="min-w-0 flex-1">
6262
<ul
6363
role="tablist"

0 commit comments

Comments
 (0)