From f4e45ecfb6e09a1006ba3f0acddb02c8026f4028 Mon Sep 17 00:00:00 2001 From: 7PH Date: Wed, 1 Nov 2023 14:46:45 +0100 Subject: [PATCH] SONAR-20942 Change in product pull request overview cards layout --- .../overview/branches/MeasuresCardPanel.tsx | 150 +++++++++--------- 1 file changed, 77 insertions(+), 73 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPanel.tsx b/server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPanel.tsx index b0bbc587093..cf919d5561f 100644 --- a/server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPanel.tsx +++ b/server/sonar-web/src/main/js/apps/overview/branches/MeasuresCardPanel.tsx @@ -55,82 +55,86 @@ export default function MeasuresCardPanel(props: React.PropsWithChildren) ) as string; return ( -
- +
+
+ - + +
- +
+ - + +
); } -- 2.39.5