# HG changeset patch # User Thomas Junk # Date 1538490310 -7200 # Node ID 36731fbe51a273e84beb75f6c7f28f5d80ad0618 # Parent 62a30a78ac2f1b57545c0a70a0d3b5176e2f83ed bottom margin increased for bottleneckdeselection diff -r 62a30a78ac2f -r 36731fbe51a2 client/src/application/Main.vue --- a/client/src/application/Main.vue Tue Oct 02 16:10:50 2018 +0200 +++ b/client/src/application/Main.vue Tue Oct 02 16:25:10 2018 +0200 @@ -33,7 +33,7 @@ margin: { top: 20, right: 40, - bottom: 20, + bottom: 30, left: 40 } };