feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit a22792a4b4 - Show all commits

View File

@ -120,4 +120,12 @@ const exampleDate = format(new Date(), 'yyyy-MM-dd')
.how-it-works-modal {
font-size: 1rem;
}
p {
display: inline-block !important;
}
.base-button {
display: inline;
}
</style>