From e190d752c8e69d42a76a97b537bfe30e7f66fad5 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Thu, 23 Apr 2026 08:14:24 +0100 Subject: [PATCH] Retune infrastructure row wrapping --- .../Settings/InfrastructureSourceManager.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/frontend-modern/src/components/Settings/InfrastructureSourceManager.tsx b/frontend-modern/src/components/Settings/InfrastructureSourceManager.tsx index 72f3ae0e2..ef0f26262 100644 --- a/frontend-modern/src/components/Settings/InfrastructureSourceManager.tsx +++ b/frontend-modern/src/components/Settings/InfrastructureSourceManager.tsx @@ -46,7 +46,6 @@ const discoveryRowClass = 'border-b border-border-subtle bg-blue-50/30 hover:bg-blue-50/40 dark:bg-blue-950/10 dark:hover:bg-blue-950/20'; const childTreeWrapperClass = 'relative min-w-0 pl-3 sm:pl-3.5'; const wrappedFieldClass = 'whitespace-normal break-words leading-4'; -const wrappedEndpointClass = 'whitespace-normal break-all leading-4'; const childTreeBranch = (isLastChild: boolean) => (