chore: update tooltip styles
* max-width for tooltip label * remove ellipsis * use normal white-space wrapping
This commit is contained in:
parent
4f4dd4d36f
commit
562a9cba55
@ -163,12 +163,11 @@
|
|||||||
.tooltip-label {
|
.tooltip-label {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
max-width: 100px;
|
line-height: 1.25;
|
||||||
|
max-width: 150px;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
color: var(--fr-tooltip-label);
|
color: var(--fr-tooltip-label);
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-value {
|
.tooltip-value {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user