web/admin: fix overflow in aggregate cards
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -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;
|
||||
}
|
||||
`,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user