diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 547f6af9ec..26852f19b7 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -484,6 +484,13 @@ export default { margin-top: 64px; } } + + // Adjust design of 'Get more widgets' button + .button { + display: inline-block; + padding: 12px 24px; + margin: 0; + } } .flip-list-move {