fix help icon alignment (#444)
* fix help icon alignment * fix asterisk alignment
This commit is contained in:
parent
3b1d89fedb
commit
d2891a7bb6
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
|||
max-width: 1024px;
|
||||
}
|
||||
|
||||
label.pf-c-form__label {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.pf-c-form__group-label {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.keycloak__form_actions {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
|
|
Loading…
Reference in a new issue