We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38847e1 commit 759ce8fCopy full SHA for 759ce8f
1 file changed
packages/app/src/components/session/session-header.tsx
@@ -60,7 +60,7 @@ export function SessionHeader() {
60
>
61
<div class="flex items-center gap-2">
62
<Icon name="magnifying-glass" size="normal" class="icon-base" />
63
- <span class="flex-1 min-w-0 text-14-regular text-text-weak truncate" style={{ "line-height": 1 }}>
+ <span class="flex-1 min-w-0 text-14-regular text-text-weak truncate h-3.5 flex items-center overflow-visible">
64
Search {name()}
65
</span>
66
</div>
0 commit comments