summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-09-15 15:06:06 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-09-15 15:06:06 +0200
commite67ceee609022ea5424848fb5296c83b9f9d47a6 (patch)
tree76ef520d109e49a130b219255e6353120c88ac06 /apps/dashboard/src
parent7e60295d4aeec32b5d7544971bb1c653244c2ae3 (diff)
downloadnextcloud-server-e67ceee609022ea5424848fb5296c83b9f9d47a6.tar.gz
nextcloud-server-e67ceee609022ea5424848fb5296c83b9f9d47a6.zip
Dashboard: Fix 'Get more widgets' button size
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r--apps/dashboard/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index ed6462df6a0..ea35e32d57c 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -551,7 +551,7 @@ export default {
// Adjust design of 'Get more widgets' button
.button {
display: inline-block;
- padding: 12px 24px;
+ padding: 10px 16px;
margin: 0;
}