[FIX] Switch to bottom margin instead of top/bottom padding

This is the much more commonly used approach.
This commit is contained in:
Peter Pfeufer
2024-06-01 12:01:44 +02:00
parent 66e8ddb684
commit 069352fb0f
7 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ To ensure the dashboard widgets have a unified style, we provide a template part
To use it, you can use the following code in your dashboard widget template:
```django
<div id="my-app-dashboard-widget" class="col-12 py-2">
<div id="my-app-dashboard-widget" class="col-12 mb-3">
<div class="card">
<div class="card-body">
{% translate "My Widget Title" as widget_title %}