style: Improve code formatting for better readability in CSS and JSX files

This commit is contained in:
elipeter 2026-05-06 04:49:13 -04:00
parent b51ae4f89d
commit 6c607634da
2 changed files with 11 additions and 6 deletions

View file

@ -430,7 +430,10 @@ export function ScanDetailPage() {
Compare with Previous
</button>
)}
<span className={`status-badge ${scan.status}`} style={{ marginLeft: 'auto' }}>
<span
className={`status-badge ${scan.status}`}
style={{ marginLeft: 'auto' }}
>
<span className={`status-dot ${scan.status}`}></span>
{scan.status}
</span>

View file

@ -7507,7 +7507,10 @@ tbody tr.clickable:nth-child(even):hover td {
}
.overview-page .overview-chart-grid {
grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.72fr) minmax(220px, 0.68fr);
grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.72fr) minmax(
220px,
0.68fr
);
gap: var(--space-4);
margin-bottom: var(--space-5);
}
@ -8102,10 +8105,9 @@ tr.cursor td {
}
.config-form-row {
grid-template-columns: minmax(120px, 170px) minmax(220px, 1fr) minmax(
120px,
180px
) auto;
grid-template-columns:
minmax(120px, 170px) minmax(220px, 1fr) minmax(120px, 180px)
auto;
}
.label-table th,