mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
style: Improve code formatting for better readability in CSS and JSX files
This commit is contained in:
parent
b51ae4f89d
commit
6c607634da
2 changed files with 11 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue