mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-05 07:19:49 +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 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user