Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
32231552
Commit
32231552
authored
5 months ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
add ... in case the button is too big
parent
25d64fb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!264
Resolve "add support for matomo"
,
!239
Resolve "License information not displayed in the left panel (new interface)"
Pipeline
#94962
passed
5 months ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx
+1
-1
1 addition, 1 deletion
.../Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx
with
6 additions
and
1 deletion
CHANGELOG
+
5
−
0
View file @
32231552
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)
...
...
This diff is collapsed.
Click to expand it.
src/components/Map/Drawer/ProjectInfoDrawer/ProjectInfoDrawer.component.tsx
+
1
−
1
View file @
32231552
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment