fixed css styling (#28627)
Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
d059a2af36
commit
9e7a6b4eaf
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
}
|
||||
|
||||
.keycloak__client_authentication__searchdropdown_form {
|
||||
width: max-content;
|
||||
--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth: 5rem;
|
||||
--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth: 24rem;
|
||||
margin: 0 var(--pf-v5-global--spacer--lg) var(--pf-v5-global--spacer--lg) var(--pf-v5-global--spacer--lg);
|
||||
margin: 0 var(--pf-v5-global--spacer--lg) var(--pf-v5-global--spacer--lg)
|
||||
var(--pf-v5-global--spacer--lg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue