feat: time unit & chart settings styles

This commit is contained in:
Caio Carvalho 2024-10-18 23:37:24 -03:00
parent d8e46e487c
commit 39ff4270cb
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.dropdown {
width: 200px;
}
div.menu {
max-height: 300px;
width: 300px;
}

View file

@ -0,0 +1,3 @@
.dropdown span {
white-space: nowrap;
}