File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/coaching-sessions/[id] Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export default function CoachingSessionsPage() {
151
151
style = { siteConfig . titleStyle }
152
152
onRender = { handleTitleRender }
153
153
> </ CoachingSessionTitle >
154
- < div className = "ml-auto flex w-[28rem] space-x-2 sm:justify-end" >
154
+ < div className = "ml-auto flex w-full sm:max-w-sm md:max-w-md space-x-2 sm:justify-end md:justify-start " >
155
155
< CoachingSessionSelector
156
156
relationshipId = { currentCoachingRelationshipId }
157
157
disabled = { ! currentCoachingRelationshipId }
Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ export default function CoachingSessionSelector({
186
186
187
187
const displayValue = currentSession ? (
188
188
< div className = "flex flex-col w-full" >
189
- < span className = "truncate overflow-hidden text-left" >
189
+ < span className = "truncate text-left" >
190
190
{ currentGoal ?. title || "No goal set" }
191
191
</ span >
192
- < span className = "text-sm text-gray-500 text-left truncate overflow-hidden " >
192
+ < span className = "text-sm text-gray-500 text-left truncate" >
193
193
{ getDateTimeFromString ( currentSession . date ) . toLocaleString (
194
194
DateTime . DATETIME_FULL
195
195
) }
You can’t perform that action at this time.
0 commit comments