Fix overflow for long total strings in confirm string

This commit is contained in:
Alexander Tseung 2018-07-25 22:12:13 -07:00
parent 53b440a287
commit cd2b67cdd9
1 changed files with 7 additions and 0 deletions

View File

@ -15,14 +15,21 @@
&__details {
flex: 1;
text-align: end;
min-width: 0;
}
&__fiat {
font-size: 1.5rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&__eth {
color: $oslo-gray;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&__header-text {