chore: update tooltip styles

* max-width for tooltip label
* remove ellipsis
* use normal white-space wrapping
This commit is contained in:
Shivam Mishra 2020-10-20 14:05:37 +05:30
parent 4f4dd4d36f
commit 562a9cba55

View File

@ -163,12 +163,11 @@
.tooltip-label {
margin-top: 4px;
font-size: 11px;
max-width: 100px;
line-height: 1.25;
max-width: 150px;
white-space: normal;
color: var(--fr-tooltip-label);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tooltip-value {