mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 08:58:10 +00:00
fix(app): keep server tooltip on one line
This commit is contained in:
parent
f0bc54f096
commit
7242d572ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue