From: Mathieu Suen Date: Thu, 16 May 2024 14:13:40 +0000 (+0200) Subject: SONAR-22209 Allow resizing issue comment textarea X-Git-Tag: 10.6.0.92116~99 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f736a9dc588afbe6fa5d8fd6f6771fb018e98938;p=sonarqube.git SONAR-22209 Allow resizing issue comment textarea --- diff --git a/server/sonar-web/src/main/js/components/issue/components/IssueTransition.tsx b/server/sonar-web/src/main/js/components/issue/components/IssueTransition.tsx index 4d5c580972f..efef44b214e 100644 --- a/server/sonar-web/src/main/js/components/issue/components/IssueTransition.tsx +++ b/server/sonar-web/src/main/js/components/issue/components/IssueTransition.tsx @@ -94,7 +94,7 @@ export default function IssueTransition(props: Readonly) { } placement={PopupPlacement.Bottom} zLevel={PopupZLevel.Absolute} - size="medium" + size="full" > {({ a11yAttrs }) => ( ) { )} rows={5} value={comment} - size="auto" - className="sw-mt-2 sw-resize-y sw-w-full" + size="large" + className="sw-mt-2" />