diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index 547f6af9ecea8f724c5d4bbb6f3e07c7fa522c04..26852f19b775130c8459f7a996f6b2b4ce9ac118 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 {