Skip to content

Commit

Permalink
[ES-1337] Fixed the text overflow issue in claim details screen (mobi…
Browse files Browse the repository at this point in the history
…le view). (#799)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
  • Loading branch information
gk-4VII authored Jul 3, 2024
1 parent 7c42eb8 commit 3bcc68c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oidc-ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ body {

.claims-list {
width: 100vw;
overflow-wrap: anywhere;
}

.claims-list svg path {
Expand All @@ -306,13 +307,15 @@ body {
color: var(--consent-details-available-color);
display: flex;
align-items: center;
margin-left: 1em;
}

.not-available-claim {
font: var(--consent-details-unavailable-font);
color: var(--consent-details-unavailable-color);
display: flex;
align-items: center;
margin-left: 1em;
}

.message {
Expand Down

0 comments on commit 3bcc68c

Please sign in to comment.