fix(app): keep server tooltip on one line

title-bar-cleanup
David Hill 2026-03-12 12:31:16 +00:00
parent f0bc54f096
commit 7242d572ba
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export function ServerRow(props: ServerRowProps) {
<Tooltip
class="flex-1 min-w-0"
value={tooltipValue()}
contentStyle={{ "max-width": "none", "white-space": "nowrap" }}
placement="top-start"
inactive={!truncated() && !props.conn.displayName}
>