diff --git a/pages/event/_id.vue b/pages/event/_id.vue index ee23937f..c16ed2e5 100644 --- a/pages/event/_id.vue +++ b/pages/event/_id.vue @@ -6,7 +6,7 @@ v-container v-card-text //- admin controls - EventAdmin(v-if='is_mine' :event='event') + EventAdmin.mb-1(v-if='is_mine' :event='event') v-row v-col.col-12.col-lg-8 @@ -26,6 +26,7 @@ v-container v-col.col-12.col-lg-4 v-card(color='secondary') v-card-text.white--text + v-icon.float-right(v-if='event.parentId' color='success') mdi-repeat .title.text-h5 b.p-name {{event.title}}