Update diagrams for landscape mode
Build Formula10 Docker Image / build-docker (push) Successful in 14s
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user