Co-authored-by: Ken Sternberg <133134217+kensternberg-authentik@users.noreply.github.com> fix bug that was causing charts to be too tall (#14253)
This commit is contained in:
committed by
GitHub
parent
54a5d95717
commit
6021bb932d
@ -85,7 +85,6 @@ export abstract class AKChart<T> extends AKElement {
|
|||||||
.container {
|
.container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1 / 1;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user