Skip to content

Commit 759ce8f

Browse files
committed
fix: prevent text clipping on search button descenders
1 parent 38847e1 commit 759ce8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/session/session-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function SessionHeader() {
6060
>
6161
<div class="flex items-center gap-2">
6262
<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 }}>
63+
<span class="flex-1 min-w-0 text-14-regular text-text-weak truncate h-3.5 flex items-center overflow-visible">
6464
Search {name()}
6565
</span>
6666
</div>

0 commit comments

Comments
 (0)