Skip to content
Snippets Groups Projects
Commit 9160724c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '280-license-information-not-displayed-in-the-left-panel-new-interface' into 'main'

Resolve "License information not displayed in the left panel (new interface)"

See merge request !239
parents 25d64fb9 32231552
No related branches found
No related tags found
2 merge requests!264Resolve "add support for matomo",!239Resolve "License information not displayed in the left panel (new interface)"
Pipeline #94975 passed
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 minerva-front (18.0.0~beta.2) stable; urgency=medium
* Feature: minerva frontend - first version * Feature: minerva frontend - first version
* Bugfix: when opening overlay provide loading info (#285) * Bugfix: when opening overlay provide loading info (#285)
......
...@@ -94,7 +94,7 @@ export const ProjectInfoDrawer = (): JSX.Element => { ...@@ -94,7 +94,7 @@ export const ProjectInfoDrawer = (): JSX.Element => {
<button <button
type="button" type="button"
onClick={onLicenseClick} onClick={onLicenseClick}
className="truncate text-base font-semibold" className="w-full truncate text-base font-semibold"
title={licenseName} title={licenseName}
> >
{licenseName} {licenseName}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment