diff --git a/frontend-modern/src/components/Discovery/DiscoveryTab.tsx b/frontend-modern/src/components/Discovery/DiscoveryTab.tsx index daf87cf26..4021cd173 100644 --- a/frontend-modern/src/components/Discovery/DiscoveryTab.tsx +++ b/frontend-modern/src/components/Discovery/DiscoveryTab.tsx @@ -98,8 +98,11 @@ export const DiscoveryTab: Component = (props) => { const commandSettingsTarget = getDiscoveryCommandSettingsTarget(); const apiAccessSettingsTarget = getDiscoveryApiAccessSettingsTarget(); + // `whitespace-normal` on the wrapper neutralises the `.table-fixed td/th` + // global rule (white-space: nowrap) that bleeds into expanded-row content + // via CSS inheritance, so explanatory copy and command descriptions wrap. return ( -
+
{/* Analysis provider badge - shown when a provider is configured */}
@@ -154,7 +157,7 @@ export const DiscoveryTab: Component = (props) => { d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> -
+

What Discovery Does

{DISCOVERY_ANALYSIS_EXPLANATION}