let news tile stretch over entire dashboard

This commit is contained in:
Julie Lenaerts 2023-11-21 09:20:45 +01:00
parent ed271bed31
commit 6dd463a7b0

View File

@ -39,7 +39,7 @@
</div>
</div>
<div class="mbloc col col-lg-6 col-lg-4" v-if="this.dashboardItems">
<div class="mbloc col col-lg-12 col-lg-4" v-if="this.dashboardItems">
<div v-for="dashboardItem in this.dashboardItems">
<News v-if="dashboardItem.type === 'news'"/>
</div>