Android KitKat (4.4) fixes
This commit is contained in:
parent
ce3fcacac3
commit
477a9b6995
4 changed files with 8 additions and 2 deletions
|
|
@ -350,6 +350,7 @@
|
||||||
.primary-amount-display {
|
.primary-amount-display {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,9 @@
|
||||||
.warning {
|
.warning {
|
||||||
color: $v-warning-color-2;
|
color: $v-warning-color-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item .item-content.item-content-avatar > img:first-child, .item .item-content.item-content-avatar > i:first-child {
|
||||||
|
top: calc(50% - 20px); // XX SP: Icons are 40px
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
min-height: auto;
|
min-height: 0;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
min-height: auto;
|
min-height: 0;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue