فهرست منبع

fix(app): keep server tooltip on one line

David Hill 5 ماه پیش
والد
کامیت
7242d572ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/app/src/components/server/server-row.tsx

+ 1 - 0
packages/app/src/components/server/server-row.tsx

@@ -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}
     >