News padding not hardcoded in Dashboard Item Container but in the News CSS

This commit is contained in:
chfhtw
2025-07-25 09:33:27 +02:00
parent d101b53d3d
commit 76248175f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
}
.widgets-news{
padding: 0 .5rem;
padding: .5rem;
overflow-y: auto;
}
+1 -1
View File
@@ -189,7 +189,7 @@ export default {
</div>
</Transition>
</div>
<div v-if="ready" class="card-body overflow-hidden" style="padding: .5em 0;">
<div v-if="ready" class="card-body overflow-hidden p-0">
<component :is="component" v-model:shared-data="sharedData" :config="arguments" :width="width" :height="height" @setConfig="setConfig" @change="changeConfigManually"></component>
</div>
<div v-else class="card-body overflow-hidden text-center d-flex flex-column justify-content-center"><i class="fa-solid fa-spinner fa-pulse fa-3x"></i></div>