Skip to content

Commit

Permalink
front: align check icon with simulation name
Browse files Browse the repository at this point in the history
Signed-off-by: nncluzu <[email protected]>
  • Loading branch information
kmer2016 committed Nov 20, 2024
1 parent 8caaca4 commit fa93850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ const StdcmSimulationNavigator = ({
})}
</span>
{retainedSimulationIndex === index && (
<span className="check-circle">
<CheckCircle variant="fill" />
</span>
<CheckCircle className="check-circle" variant="fill" />
)}
</div>
<div className="simulation-metadata" key={id}>
Expand Down
4 changes: 3 additions & 1 deletion front/src/styles/scss/applications/stdcm/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@
white-space: nowrap;

.check-circle {
display: flex;
align-items: center;
margin-left: 8px;
color: rgb(60, 202, 128);
padding-left: 8px;
}
}

Expand Down

0 comments on commit fa93850

Please sign in to comment.