We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbfe93 commit 1e03667Copy full SHA for 1e03667
app/pods/components/player/player-section-list-item/template.hbs
@@ -24,12 +24,12 @@
24
</div>
25
{{#if isOpen}}
26
{{#each section.contents as |content|}}
27
- <div class="row no-gutters justify-content-between align-items-center py-3">
+ <div class="row no-gutters justify-content-between align-items-center py-3 flex-nowrap">
28
<LinkTo
29
class="white content-row {{content.iconClass}} {{if (eq activeContentId content.id) "gradient-text-orange"}}"
30
@route="attempt.content"
31
@models={{array section.id content.id}}>
32
- <span class="normal">{{content.title}} </span>
+ <span class="normal w-100">{{content.title}} </span>
33
</LinkTo>
34
{{#if content.isDone}}
35
<FaIcon @icon="check" class="gradient-text-green" />
0 commit comments