Fine-tuning of User consents page (#3983)

This commit is contained in:
agagancarczyk 2022-12-15 15:19:03 +00:00 committed by GitHub
parent 31f96761ea
commit d25d7484e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ button#kc-join-groups-button {
.kc-consents-chip > .pf-c-chip__text {
font-size: var(--pf-c-table--cell--FontSize);
display: inline-block;
max-width: 100%;
}
.pf-c-chip-group.kc-consents-chip-group
@ -143,3 +143,7 @@ article.pf-c-card.pf-m-flat.kc-available-idps > div > div > h1 {
.kc-username-view-header {
overflow-wrap: anywhere;
}
.pf-c-table tbody > tr > * {
white-space: nowrap;
}