We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366c281 commit 26ef397Copy full SHA for 26ef397
frontend/src/pages/Reports/components/ReportHeader.tsx
@@ -22,6 +22,8 @@ const ReportHeader: React.FC<ReportHeaderProps> = ({ reportData, onClose }) => {
22
</button>
23
</div>
24
25
+ <hr style={{ backgroundColor: '#D7DBEC', height: '1px', width: '100%', marginTop: '25px' }} />
26
+
27
{/* Category & Title */}
28
<div className="report-detail-page__category-wrapper">
29
<span className="report-detail-page__category">
0 commit comments