Skip to content

Commit

Permalink
Fix 10609 - Prevent overflow of confirmation page hostname (#10935)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored Apr 27, 2021
1 parent 5bde528 commit bdae688
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/app/pages/confirmation/confirmation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
&__content {
grid-area: content;
padding: 16px 16px 0;
min-width: 0;

& > :last-child {
margin-bottom: 16px;
Expand Down Expand Up @@ -59,4 +60,12 @@
&__navigation &__navigation-button:last-child {
margin-left: 8px;
}

.chip {
max-width: 100%;

&__label {
word-break: break-all;
}
}
}

0 comments on commit bdae688

Please sign in to comment.