Fine-tuning of User consents page (#3983)
This commit is contained in:
parent
31f96761ea
commit
d25d7484e4
1 changed files with 5 additions and 1 deletions
|
@ -52,7 +52,7 @@ button#kc-join-groups-button {
|
||||||
|
|
||||||
.kc-consents-chip > .pf-c-chip__text {
|
.kc-consents-chip > .pf-c-chip__text {
|
||||||
font-size: var(--pf-c-table--cell--FontSize);
|
font-size: var(--pf-c-table--cell--FontSize);
|
||||||
display: inline-block;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pf-c-chip-group.kc-consents-chip-group
|
.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 {
|
.kc-username-view-header {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pf-c-table tbody > tr > * {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue