Skip to content

Commit

Permalink
CXSPA-5564: fix long name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
scarai-sap committed Dec 11, 2023
1 parent 94019a1 commit c10d743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
.email-enhancedUI-value {
font-weight: var(--cx-font-weight-normal);
color: $dark;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}

.email-enhancedUI-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
.myaccount-enhancedUI-value {
font-weight: var(--cx-font-weight-normal);
color: $dark;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}

.myaccount-enhancedUI-button {
Expand Down

0 comments on commit c10d743

Please sign in to comment.