File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
</label >
21
21
22
22
<div
23
- class =" uk-flex uk-flex-middle uk-text-large uk-text- break"
23
+ class =" uk-flex uk-flex-middle uk-text-break"
24
24
data-test-title-container
25
25
>
26
26
<FaIcon
31
31
{{ set-style color = @document.category.color }}
32
32
/>
33
33
{{ #if this.editTitle }}
34
- <form {{ on " submit" (perform this.saveDocument )}} >
34
+ <form {{ on " submit" (perform this.saveDocument )}} class = " uk-flex uk-width-expand " >
35
35
<input
36
- class =" uk-input uk-width-auto
36
+ class =" uk-input uk-width-expand
37
37
{{ unless this.validTitle ' uk-form-danger' }} "
38
38
id =" alexandria-details-title"
39
39
type =" text"
51
51
></button >
52
52
</form >
53
53
{{ else }}
54
- <span data-test-title>{{ @document.title }} </span >
54
+ <span class = " uk-text-bolder " data-test-title>{{ @document.title }} </span >
55
55
{{ /if }}
56
56
</div >
57
57
</div >
You can’t perform that action at this time.
0 commit comments