diff --git a/dashboard/src/views/PlatformPage.vue b/dashboard/src/views/PlatformPage.vue index dda6d5298..60a841049 100644 --- a/dashboard/src/views/PlatformPage.vue +++ b/dashboard/src/views/PlatformPage.vue @@ -35,7 +35,7 @@ - + mdi-console-line {{ tm('logs.title') }} @@ -233,5 +233,6 @@ export default { .platform-page { padding: 20px; padding-top: 8px; + padding-bottom: 40px; } diff --git a/dashboard/src/views/ProviderPage.vue b/dashboard/src/views/ProviderPage.vue index a5716f7bf..c3bf81713 100644 --- a/dashboard/src/views/ProviderPage.vue +++ b/dashboard/src/views/ProviderPage.vue @@ -148,7 +148,7 @@ - + mdi-console-line {{ tm('logs.title') }} @@ -849,6 +849,7 @@ export default { .provider-page { padding: 20px; padding-top: 8px; + padding-bottom: 40px; } .status-card {