From cca972d4ef607b255d47f75c3c64b268c6983c78 Mon Sep 17 00:00:00 2001 From: 7PH Date: Mon, 29 Jan 2024 18:26:45 +0100 Subject: [PATCH] SONAR-21467 Make new tab navigation component full width --- server/sonar-web/design-system/src/components/Tabs.tsx | 1 + .../src/main/js/apps/overview/branches/TabsPanel.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/design-system/src/components/Tabs.tsx b/server/sonar-web/design-system/src/components/Tabs.tsx index dd0381f3284..24b071b66a9 100644 --- a/server/sonar-web/design-system/src/components/Tabs.tsx +++ b/server/sonar-web/design-system/src/components/Tabs.tsx @@ -82,6 +82,7 @@ export function Tabs(props: PropsWithChildren) { )} -
+
{isNewCode && leakPeriod && ( - + {translate('overview.new_code')}: -- 2.39.5