mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 20:45:25 -05:00
Improve text flow on smaller monitors
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
<template v-if="!isToday">
|
||||
{{ schedule.start_time | date }}
|
||||
</template>
|
||||
{{ schedule.start_time | time }} –
|
||||
{{ schedule.end_time | time }}
|
||||
<span class="nowrap">{{ schedule.start_time | time }}</span>
|
||||
–
|
||||
<span class="nowrap">{{ schedule.end_time | time }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-8">
|
||||
|
||||
Reference in New Issue
Block a user