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 <[email protected]>

* modified label css to allow hover on it

Signed-off-by: Julien Michot <[email protected]>

* Update common.scss

Signed-off-by: jmichot-exotec <[email protected]>

* used title way to show full label on hover

Signed-off-by: Julien Michot <[email protected]>

---------

Signed-off-by: Julien Michot <[email protected]>
Signed-off-by: jmichot-exotec <[email protected]>
Co-authored-by: Julien Michot <[email protected]>
  • Loading branch information
jmichot-exotec and Julien Michot authored 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.