Sfoglia il codice sorgente

chore: update tooltip styles

* max-width for tooltip label
* remove ellipsis
* use normal white-space wrapping
pull/347/head
Shivam Mishra 4 anni fa
parent
commit
562a9cba55
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. +3
    -4
      src/css/charts.scss

+ 3
- 4
src/css/charts.scss Vedi 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 {


Caricamento…
Annulla
Salva