From 507f0e88c534f55e716ae7f102d47a710699545d Mon Sep 17 00:00:00 2001 From: mchami Date: Sun, 25 Aug 2024 17:03:07 +0200 Subject: [PATCH] cluster names in single line --- style/VizComponent.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/VizComponent.css b/style/VizComponent.css index 5caa94b..f3730dd 100644 --- a/style/VizComponent.css +++ b/style/VizComponent.css @@ -106,6 +106,7 @@ justify-content: flex-start; gap: 10px; padding: 10px 0; + flex-wrap: wrap; } .cluster-button { @@ -118,6 +119,7 @@ border-radius: 15px; cursor: pointer; font-weight: bold; + text-align: left; } .cluster-button.active {