File tree 2 files changed +9
-4
lines changed
pods/components/player/player-section-list-item
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 24
24
</div >
25
25
{{ #if isOpen }}
26
26
{{ #each section.contents as |content |}}
27
- <div class =" row no-gutters justify-content-between align-items-center py-3 " >
27
+ <div class =" row no-gutters justify-content-between align-items-center py-2 flex-nowrap " >
28
28
<LinkTo
29
29
class =" white content-row {{ content.iconClass }} {{ if (eq activeContentId content.id ) " gradient-text-orange" }} "
30
30
@route =" attempt.content"
31
31
@models ={{ array section.id content.id }} >
32
- <span class =" normal" >{{ content.title }} </span >
32
+ <span class =" normal w-100 " >{{ content.title }} </span >
33
33
</LinkTo >
34
34
{{ #if content.isDone }}
35
35
<FaIcon @icon =" check" class =" gradient-text-green" />
Original file line number Diff line number Diff line change 7
7
display : inline-block ;
8
8
height : 25px ;
9
9
width : 25px ;
10
- margin-right : 1 rem ;
11
- background-size : cover ;
10
+ margin-right : 0.5 rem ;
11
+ background-size : contain ;
12
12
background-repeat : no-repeat ;
13
13
}
14
14
15
+ span .normal {
16
+ word-break : break-word ;
17
+ margin-right : 0.5rem ;
18
+ }
19
+
15
20
& .quiz-row ::before {
16
21
background-image : url (' https://minio.codingblocks.com/amoeba/quiz_grey.svg' );
17
22
}
You can’t perform that action at this time.
0 commit comments