mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 17:43:54 +00:00
let news tile stretch over entire dashboard
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user