fix description style

This commit is contained in:
lesion
2019-03-01 01:00:03 +01:00
parent ddab51bd10
commit b50a9a250c
5 changed files with 12 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
v-icon(name='map-marker-alt')
span {{event.place.name}} - {{event.place.address}}
br
b-card-footer(v-if='event.description || event.tags') {{event.description}}
b-card-body(v-if='event.description || event.tags')
pre {{event.description}}
br
b-badge(:style='{backgroundColor: tag.color}' v-for='tag in event.tags') {{tag.tag}}
b-navbar(v-if='mine' type="dark" variant="dark" toggleable='lg')