mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
fix missing websitechart
This commit is contained in:
parent
632ecd1a1b
commit
fdc7c39fe4
2 changed files with 1 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
grid-template-rows: max-content 1fr;
|
grid-template-rows: max-content 1fr;
|
||||||
grid-template-columns: max-content 1fr;
|
grid-template-columns: max-content 1fr;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
height: 100%;
|
height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
max-width: 1320px;
|
max-width: 1320px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue