mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-03 13:31:22 +01:00
19559 cannot see full label easily (#19564)
* modified label css to allow hover on it Signed-off-by: Julien Michot <julien.michot.ext@exotec.com> * modified label css to allow hover on it Signed-off-by: Julien Michot <julien.michot.ext@exotec.com> * Update common.scss Signed-off-by: jmichot-exotec <150228661+jmichot-exotec@users.noreply.github.com> * used title way to show full label on hover Signed-off-by: Julien Michot <julien.michot.ext@exotec.com> --------- Signed-off-by: Julien Michot <julien.michot.ext@exotec.com> Signed-off-by: jmichot-exotec <150228661+jmichot-exotec@users.noreply.github.com> Co-authored-by: Julien Michot <julien.michot.ext@exotec.com>
This commit is contained in:
parent
3a9d68a32a
commit
219e4ba48d
@ -2,6 +2,7 @@
|
||||
<label
|
||||
clrTooltipTrigger
|
||||
class="label"
|
||||
title="{{ label.name }}"
|
||||
[ngStyle]="{
|
||||
'background-color': labelColor?.color,
|
||||
color: labelColor?.textColor,
|
||||
|
Loading…
Reference in New Issue
Block a user