]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Fix quailty profile changelog param word break
author7PH <benjamin.raymond@sonarsource.com>
Wed, 11 Oct 2023 07:28:57 +0000 (09:28 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 12 Oct 2023 20:02:51 +0000 (20:02 +0000)
server/sonar-web/src/main/js/apps/quality-profiles/changelog/Changelog.tsx

index f8c04f53d6ddb42589d130037775f3db853c13ad..62eb968fe0a5edf52fa557538274ebb2a1ec6936 100644 (file)
@@ -98,7 +98,7 @@ export default function Changelog(props: Props) {
           </div>
         </CellComponent>
 
-        <ContentCell className="sw-align-top">
+        <ContentCell className="sw-align-top sw-max-w-[400px]">
           {event.params && <ChangesList changes={event.params} />}
         </ContentCell>
       </TableRowInteractive>
@@ -108,7 +108,7 @@ export default function Changelog(props: Props) {
   return (
     <Table
       columnCount={5}
-      columnWidths={['1%', '1%', '1%', 'auto', '400px']}
+      columnWidths={['1%', '1%', '1%', 'auto', 'auto']}
       header={
         <TableRow>
           <ContentCell>{intl.formatMessage({ id: 'date' })}</ContentCell>