mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-05 23:39:52 +00:00
let news tile stretch over entire dashboard
This commit is contained in:
parent
ed271bed31
commit
6dd463a7b0
@ -39,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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">
|
<div v-for="dashboardItem in this.dashboardItems">
|
||||||
<News v-if="dashboardItem.type === 'news'"/>
|
<News v-if="dashboardItem.type === 'news'"/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user