Skip to content

Commit c647ed8

Browse files
committed
fix
1 parent de30f02 commit c647ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/public/speaker-item.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<a href="{{href-to 'public.sessions.list' 'all'}}#session-id-{{session.id}}">
5656
<div class="ui fluid padded" style={{css color=session.track.fontColor background-color=session.track.color}}>
57-
<h3 class="item">
57+
<h3 class="item" style={{css user-select='text'}}>
5858
{{#if (and session.startsAt session.endsAt)}}
5959
{{moment-format session.startsAt 'HH:mm'}} - {{moment-format session.endsAt 'hh:mm'}}
6060
<br>

0 commit comments

Comments
 (0)