mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
refactor: extract events table styling
This commit is contained in:
parent
49b45acf4b
commit
7c71294bc9
2 changed files with 8 additions and 1 deletions
6
components/metrics/EventsTable.module.css
Normal file
6
components/metrics/EventsTable.module.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.filter {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue