Merge pull request #225 from rockstardev/master

Fitting longer wallet addresses, displaying ellipsis for overflow
This commit is contained in:
Nicolas Dorier
2018-07-14 12:24:38 +09:00
committed by GitHub

View File

@@ -10156,6 +10156,8 @@ All mobile class names should be prefixed by m- */
.manual-flow {
opacity: 0;
margin-top: -15px;
padding-left: 20px;
padding-right: 20px;
transition: all .3s ease-out;
}
@@ -11286,7 +11288,7 @@ low-fee-timeline {
}
.copySectionBox {
padding: 12px;
padding: 12px 10px;
}
.copySectionBox label {
@@ -11323,17 +11325,18 @@ low-fee-timeline {
border: 1px solid #e9e9e9;
border-radius: 4px;
outline: none;
padding: 8px 10px;
padding: 8px 4px 8px;
background: #f6f6f6;
box-sizing: border-box;
transition: .3s;
font-size: 11px;
color: #4a4a4a;
cursor: copy;
text-overflow: ellipsis
}
.inputWithIcon .checkoutTextbox {
padding-left: 40px;
padding-left: 31px;
}
.inputWithIcon {
@@ -11343,10 +11346,10 @@ low-fee-timeline {
.inputWithIcon img {
position: absolute;
left: 2px;
top: 8px;
top: 9px;
color: #aaa;
height: 16px;
padding: 0px 6px;
padding: 0px 4px;
border-right: 1px solid #e9e9e9;
}