diff --git a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
index cf9db60e1a..4e3021cbe7 100644
--- a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
+++ b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx
@@ -194,18 +194,26 @@ export function ConfScheduleShort(): JSX.Element {
return (
-
-
Sunday, October 16th
+
+
+
+ Sunday, October 16th
+
+
-
+
{scheduleItemsForSunday16.map((item) =>
item.type === 'event' ? scheduleRow(item) : breakRow(item)
)}
-
-
Monday, October 17th
+
+
+
+ Monday, October 17th
+
+
@@ -214,11 +222,15 @@ export function ConfScheduleShort(): JSX.Element {
)}
-
-
Tuesday, October 18th
+
+
+
+ Tuesday, October 18th
+
+
-
+
{scheduleItemsForTuesday18.map((item) =>
item.type === 'event' ? scheduleRow(item) : breakRow(item)
)}