Remove arbitrary margin from bottom of forms (#2724)
This commit is contained in:
parent
8202f363c5
commit
f7ca1a5196
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
.kc-form-panel__panel {
|
.kc-form-panel__panel {
|
||||||
margin-top: var(--pf-global--spacer--lg);
|
margin-top: var(--pf-global--spacer--lg);
|
||||||
padding-bottom: var(--pf-global--spacer--2xl);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.kc-form-panel__title {
|
.kc-form-panel__title {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
.keycloak__form {
|
.keycloak__form {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
margin-bottom: 52px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
|
|
Loading…
Reference in a new issue