Skip to content

Commit 79ba579

Browse files
committed
Some style and content tweaks
1 parent d6ab83b commit 79ba579

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dev/serve.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default Vue.extend({
2121
{
2222
timestamp: Date.parse('2021-05-28T20:20:46.444Z'),
2323
title: 'Voluptate pariatur dolore laborum eu',
24-
content: 'Et cillum ullamco mollit commodo ullamco non duis elit sit nisi aliquip excepteur fugiat.',
2524
link: '#'
2625
},
2726
{

src/bootstrap-vue-timeline.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ export default /*#__PURE__*/{
4545

4646
<div class="item-content">
4747
<div class="d-flex w-100 justify-content-between">
48-
<h5 class="mb-1">
48+
<h5 class="mt-2 mb-1">
4949
{{ item.title }}
5050
</h5>
5151
<small
5252
:id="timestampElementId(item)"
53+
class="mt-2"
5354
> {{ formatAgo(item.timestamp) }}</small>
5455

5556
<b-tooltip
@@ -61,10 +62,8 @@ export default /*#__PURE__*/{
6162
</div>
6263

6364
<small class="mb-1">
64-
{{ item.content }}
65+
{{ item.content || '' }}
6566
</small>
66-
67-
<small>Donec id elit non mi porta.</small>
6867
</div>
6968
</b-list-group-item>
7069
</b-list-group>

0 commit comments

Comments
 (0)