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:
agagancarczyk 2024-04-11 13:41:48 +01:00 committed by GitHub
parent d059a2af36
commit 9e7a6b4eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}