mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
Update tooltip date formats.
This commit is contained in:
parent
afec08b355
commit
c62e2e9cc7
5 changed files with 60 additions and 42 deletions
|
|
@ -4,6 +4,16 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.tooltip .value {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.chart {
|
||||
/*height: 200px;*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue