From d19f5fc9368f1807c2ad4dccaca138530c9370d1 Mon Sep 17 00:00:00 2001 From: 7PH Date: Mon, 9 Oct 2023 11:34:56 +0200 Subject: [PATCH] SONAR-20548 Fix QP changelog update column size --- .../src/main/js/apps/quality-profiles/changelog/Changelog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/Changelog.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/Changelog.tsx index 1fb5401ff8b..f8c04f53d6d 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/Changelog.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/Changelog.tsx @@ -98,7 +98,7 @@ export default function Changelog(props: Props) { - + {event.params && } @@ -108,7 +108,7 @@ export default function Changelog(props: Props) { return ( {intl.formatMessage({ id: 'date' })} -- 2.39.5