From 32231552f389e465a7941e8c9ce081a9e470634f Mon Sep 17 00:00:00 2001 From: Piotr Gawron <p.gawron@atcomp.pl> Date: Thu, 26 Sep 2024 08:37:12 +0200 Subject: [PATCH] add ... in case the button is too big --- CHANGELOG | 5 +++++ .../Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d88a916b..553788d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +minerva-front (18.0.0~beta.3) stable; urgency=medium + * Bugfix: license info styling (#280) + + -- Piotr Gawron <piotr.gawron@uni.lu> Thu, 26 Sep 2024 13:00:00 +0200 + minerva-front (18.0.0~beta.2) stable; urgency=medium * Feature: minerva frontend - first version * Bugfix: when opening overlay provide loading info (#285) diff --git a/src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx b/src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx index 3d92366e..b19e5bdf 100644 --- a/src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx +++ b/src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx @@ -94,7 +94,7 @@ export const ProjectInfoDrawer = (): JSX.Element => { <button type="button" onClick={onLicenseClick} - className="truncate text-base font-semibold" + className="w-full truncate text-base font-semibold" title={licenseName} > {licenseName} -- GitLab