Improve text flow on smaller monitors

This commit is contained in:
Unknown 2017-11-12 09:27:02 -08:00
parent 78988c4903
commit d63542f7ad

View File

@ -30,8 +30,9 @@
<template v-if="!isToday">
{{ schedule.start_time | date }}
</template>
{{ schedule.start_time | time }} &ndash;
{{ schedule.end_time | time }}
<span class="nowrap">{{ schedule.start_time | time }}</span>
&ndash;
<span class="nowrap">{{ schedule.end_time | time }}</span>
</div>
</div>
<div class="column is-8">