Remove arbitrary margin from bottom of forms (#2724)

This commit is contained in:
Jon Koops 2022-06-01 15:02:55 +02:00 committed by GitHub
parent 8202f363c5
commit f7ca1a5196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
.kc-form-panel__panel {
margin-top: var(--pf-global--spacer--lg);
padding-bottom: var(--pf-global--spacer--2xl);
}
.kc-form-panel__title {

View file

@ -7,7 +7,6 @@
.keycloak__form {
max-width: 1024px;
margin-bottom: 52px;
}
input[type="checkbox"] {