Skip to content

Commit 26ef397

Browse files
committed
Add missing horizontal rule in ReportHeader component
1 parent 366c281 commit 26ef397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/pages/Reports/components/ReportHeader.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const ReportHeader: React.FC<ReportHeaderProps> = ({ reportData, onClose }) => {
2222
</button>
2323
</div>
2424

25+
<hr style={{ backgroundColor: '#D7DBEC', height: '1px', width: '100%', marginTop: '25px' }} />
26+
2527
{/* Category & Title */}
2628
<div className="report-detail-page__category-wrapper">
2729
<span className="report-detail-page__category">

0 commit comments

Comments
 (0)