mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix 10609 - Prevent overflow of confirmation page hostname (#10935)
This commit is contained in:
parent
5bde528cbd
commit
bdae6887f7
@ -21,6 +21,7 @@
|
|||||||
&__content {
|
&__content {
|
||||||
grid-area: content;
|
grid-area: content;
|
||||||
padding: 16px 16px 0;
|
padding: 16px 16px 0;
|
||||||
|
min-width: 0;
|
||||||
|
|
||||||
& > :last-child {
|
& > :last-child {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
@ -59,4 +60,12 @@
|
|||||||
&__navigation &__navigation-button:last-child {
|
&__navigation &__navigation-button:last-child {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chip {
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
&__label {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user