Skip to content

Commit

Permalink
19559 cannot see full label easily (#19564)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jmichot-exotec and Julien Michot committed Nov 13, 2023
1 parent 3a9d68a commit 219e4ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<label
clrTooltipTrigger
class="label"
title="{{ label.name }}"
[ngStyle]="{
'background-color': labelColor?.color,
color: labelColor?.textColor,
Expand Down

0 comments on commit 219e4ba

Please sign in to comment.