Skip to content

Commit 8eef143

Browse files
Merge pull request #633 from kakysha/master
more padding up top for donut
2 parents 3f0dcda + e4b976f commit 8eef143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 20, bottom: 20}},
247+
layout: {padding: {left: 30, right: 30, top: 23, bottom: 20}},
248248
legend: {display: false},
249249
tooltips: {
250250
displayColors: false,

0 commit comments

Comments
 (0)