web: fix bug that was causing charts to be too tall (cherry-pick #14253) (#14254)

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:
gcp-cherry-pick-bot[bot]
2025-04-28 13:51:49 +02:00
committed by GitHub
parent 54a5d95717
commit 6021bb932d

View File

@ -85,7 +85,6 @@ export abstract class AKChart<T> extends AKElement {
.container {
height: 100%;
width: 100%;
aspect-ratio: 1 / 1;
display: flex;
justify-content: center;