diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/src/App.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 547f6af9ece..26852f19b77 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 { |