mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 06:45:04 +01:00
[CHANGE] Remove unnecessary bootstrap classes from the dashboard
This commit is contained in:
@@ -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 align-self-stretch py-2">
|
||||
<div id="my-app-dashboard-widget" class="col-12 py-2">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
{% translate "My Widget Title" as widget_title %}
|
||||
|
||||
Reference in New Issue
Block a user