Merge branch 'post-polish-fixes' into shigusegubu

* post-polish-fixes:
  fix collapse link being too small
This commit is contained in:
Henry Jameson 2018-09-03 23:30:22 +03:00
commit 53a2e8594f

View file

@ -3,7 +3,7 @@
<div class="panel-heading conversation-heading">
<span class="title"> {{ $t('timeline.conversation') }} </span>
<span v-if="collapsable">
<small><a href="#" @click.prevent="$emit('toggleExpanded')">{{ $t('timeline.collapse') }}</a></small>
<a href="#" @click.prevent="$emit('toggleExpanded')">{{ $t('timeline.collapse') }}</a>
</span>
</div>
<div class="panel-body">