]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Fixing height issue for long comments in activity page
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 2 Nov 2023 10:05:19 +0000 (11:05 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Nov 2023 20:02:42 +0000 (20:02 +0000)
server/sonar-web/src/main/js/apps/issues/components/IssueReviewHistory.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotReviewHistory.tsx

index 47c11317fd97226611c6daa4e503a454a872b6e4..2df0a35912ef269bb90a7da94b62a45a3c194252 100644 (file)
@@ -98,7 +98,7 @@ export default function IssueReviewHistory(props: HotspotReviewHistoryProps) {
             )}
 
             {type === ReviewHistoryType.Comment && key && html && markdown && (
-              <div className="sw-mt-2 sw-flex sw-justify-between sw-h-5">
+              <div className="sw-mt-2 sw-flex sw-justify-between">
                 <CommentBox
                   className="sw-pl-2 sw-ml-2 sw-body-sm"
                   // eslint-disable-next-line react/no-danger
index c37456ba50f4bf42e96826d0ab01cd094820ce87..2db849a679b61fb845b3d0853f33184407aed0f3 100644 (file)
@@ -85,7 +85,7 @@ export default function HotspotReviewHistory(props: HotspotReviewHistoryProps) {
             )}
 
             {type === ReviewHistoryType.Comment && key && html && markdown && (
-              <div className="sw-mt-2 sw-flex sw-justify-between sw-h-5">
+              <div className="sw-mt-2 sw-flex sw-justify-between">
                 <CommentBox
                   className="sw-pl-2 sw-ml-2 sw-body-sm"
                   // eslint-disable-next-line react/no-danger