From: stanislavh Date: Tue, 2 May 2023 08:33:44 +0000 (+0200) Subject: SONAR-19027 Projects list filters are pushed out of the frame X-Git-Tag: 10.1.0.73491~357 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e2065ccc6aed93a3f1fce0ded87d8ba417d3a89;p=sonarqube.git SONAR-19027 Projects list filters are pushed out of the frame --- diff --git a/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx b/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx index 1aa742133d9..423a457cece 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx +++ b/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx @@ -47,7 +47,7 @@ export default function PageHeader(props: Props) { return (
-
+
@@ -58,7 +58,7 @@ export default function PageHeader(props: Props) { />
-
+
{ return ( - {isDefault ? ( - - - - ) : ( - - )} + ); }