Skip to content

Commit bb5a1a5

Browse files
Merge pull request #634 from kakysha/master
fix prev commit
2 parents 8eef143 + 5d8c3cb commit bb5a1a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ textarea:focus
886886
width:100%;
887887
position: absolute;
888888
top: 45px;
889-
bottom: 60px;
889+
bottom: 58px;
890890
overflow: auto;
891891
}
892892

src/js/controllers/walletHome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ angular.module('copayApp.controllers')
244244
}],
245245
},
246246
options: {
247-
layout: {padding: {left: 30, right: 30, top: 23, bottom: 20}},
247+
layout: {padding: {left: 30, right: 30, top: 20, bottom: 20}},
248248
legend: {display: false},
249249
tooltips: {
250250
displayColors: false,

0 commit comments

Comments
 (0)