web/admin: fix overflow in aggregate cards

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2023-01-11 14:12:02 +01:00
parent ddbd8153e2
commit 81e9f2d608
13 changed files with 557 additions and 201 deletions

View File

@ -43,6 +43,12 @@ export class AggregateCard extends AKElement {
.pf-c-card__body {
overflow-x: scroll;
}
.pf-c-card__header,
.pf-c-card__title,
.pf-c-card__body,
.pf-c-card__footer {
padding-bottom: 0;
}
`,
]);
}