Fix 10609 - Prevent overflow of confirmation page hostname (#10935)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent 5bde528cbd
commit bdae6887f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      ui/app/pages/confirmation/confirmation.scss

@ -21,6 +21,7 @@
&__content {
grid-area: content;
padding: 16px 16px 0;
min-width: 0;
& > :last-child {
margin-bottom: 16px;
@ -59,4 +60,12 @@
&__navigation &__navigation-button:last-child {
margin-left: 8px;
}
.chip {
max-width: 100%;
&__label {
word-break: break-all;
}
}
}

Loading…
Cancel
Save