fix minor css issue on stickies
This commit is contained in:
@@ -95,7 +95,7 @@ const Stickies = () => {
|
||||
<div className="clusters-container">
|
||||
{score != null && (
|
||||
<div className="cohesion-score">
|
||||
Cluster cohesion: {scoreLabel(score)}
|
||||
Cluster cohesion: <strong>{scoreLabel(score)}</strong>
|
||||
</div>
|
||||
)}
|
||||
{rankedClusters.map((group, index) => (
|
||||
|
||||
Reference in New Issue
Block a user