Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/dotcom_web/live/schedule_finder_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ defmodule DotcomWeb.ScheduleFinderLive do
summary_class="flex items-center border-gray-lightest py-3 px-2 gap-2 group-open:bg-gray-lightest hover:bg-brand-primary-lightest group-open:hover:bg-brand-primary-lightest"
>
<:heading>
<div class="w-full flex gap-2">
<div class="w-full flex gap-2 items-center">
<RouteComponents.route_icon size="small" route={upcoming_departure.route} />
<div>{upcoming_departure.headsign}</div>
<div class="ml-auto">
Expand Down Expand Up @@ -541,7 +541,7 @@ defmodule DotcomWeb.ScheduleFinderLive do
assigns = assigns |> assign(:time, time)

~H"""
<span>
<span class="text-nowrap">
{format!(@time, :hour_12_minutes)}
</span>
"""
Expand All @@ -554,7 +554,7 @@ defmodule DotcomWeb.ScheduleFinderLive do

defp realtime_display(assigns) do
~H"""
<span class="font-bold">
<span class="font-bold text-nowrap">
<.icon type="icon-svg" name="icon-realtime-tracking" />
{@text}
</span>
Expand Down