Skip to content

Commit

Permalink
Merge pull request #14 from ETH-PEACH-Lab/6-change-the-styling-of-the…
Browse files Browse the repository at this point in the history
…-cluster-tags

cluster names in single line
  • Loading branch information
mchami02 authored Aug 25, 2024
2 parents bb572e1 + 507f0e8 commit 45b6439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/VizComponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
justify-content: flex-start;
gap: 10px;
padding: 10px 0;
flex-wrap: wrap;
}

.cluster-button {
Expand All @@ -118,6 +119,7 @@
border-radius: 15px;
cursor: pointer;
font-weight: bold;
text-align: left;
}

.cluster-button.active {
Expand Down

0 comments on commit 45b6439

Please sign in to comment.