File tree Expand file tree Collapse file tree 6 files changed +27
-589
lines changed
tests/integration/components/tasks Expand file tree Collapse file tree 6 files changed +27
-589
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
<div class =' task-card__status-update-container' >
16
16
17
17
{{ #if this.extensionFormOpened }}
18
- {{ #if @dev }}
19
- <Task::MultipleExtensionForm
20
- @task ={{ @task }}
21
- @closeForm ={{ this.closeExtensionForm }}
22
- @title =' Extension Details'
23
- @closeModel ={{ this.closeExtensionModel }}
24
- />
25
- {{ else }}
26
- <Task::ExtensionForm
27
- @task ={{ @task }}
28
- @closeForm ={{ this.closeExtensionForm }}
29
- @title =' Form for extension Request'
30
- @closeModel ={{ this.closeExtensionModel }}
31
- />
32
- {{ /if }}
18
+ <Task::MultipleExtensionForm
19
+ @task ={{ @task }}
20
+ @closeForm ={{ this.closeExtensionForm }}
21
+ @title =' Extension Details'
22
+ @closeModel ={{ this.closeExtensionModel }}
23
+ />
33
24
{{ /if }}
34
25
35
26
{{ #if (not-eq this.status this.TASK_KEYS.VERIFIED )}}
Original file line number Diff line number Diff line change 182
182
justify-content : space-between;
183
183
align-items : center;
184
184
}
185
+ .task-details__title-container a {
186
+ max-width : 18.5rem ;
187
+ }
188
+ @media screen and (min-width : 900px ) {
189
+ .task-details__title-container a {
190
+ max-width : 18.3rem ;
191
+ }
192
+ }
193
+ @media screen and ((max-width : 900px ) and (min-width : 720px )) {
194
+ .task-details__title-container a {
195
+ max-width : 18.3rem ;
196
+ }
197
+ }
198
+ @media screen and (max-width : 720px ) {
199
+ .task-details__title-container a {
200
+ max-width : 100% ;
201
+ }
202
+ }
185
203
186
204
# task-update {
187
205
border : 1px solid var (--tasks-page--text );
You can’t perform that action at this time.
0 commit comments