mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 23:37:43 -05:00
Handle whitespace properly
This commit is contained in:
parent
407fb89279
commit
7a79b40595
|
|
@ -2,10 +2,10 @@
|
|||
<template v-if="rule && schedule">
|
||||
<div class="flex items-center w-full font-splatoon2">
|
||||
<RuleIcon :rule="rule" class="h-5 lg:h-6" />
|
||||
<div class="px-2 text-shadow md:whitespace-nowrap">
|
||||
<div class="px-2 text-shadow whitespace-pre">
|
||||
{{ $d(schedule.startTime, 'dateTimeShortWeekday') }}
|
||||
–
|
||||
{{ $d(schedule.endTime, 'dateTimeShortWeekday') }}
|
||||
{{ $d(schedule.endTime, 'dateTimeShort') }}
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end w-full">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user