File tree 2 files changed +4
-10
lines changed
templates/repo/issue/view_content
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2
2
<div class="header">
3
3
{{ctx.Locale.Tr "repo.issues.context.reference_issue"}}
4
4
</div>
5
- <div class="content tw-text-left ">
6
- <form class="ui form form-fetch-action" action="{{printf "%s/issues/new" .Repository.Link}}" method="post">
5
+ <div class="content">
6
+ <form class="ui form form-fetch-action" action="{{.Repository.Link}}/issues/new " method="post">
7
7
{{.CsrfTokenHtml}}
8
8
<div class="field">
9
9
<label><strong>{{ctx.Locale.Tr "repository"}}</strong></label>
10
10
<div class="ui search selection dropdown issue_reference_repository_search">
11
- <div class="default text">{{.Repository.FullName}}</div>
11
+ <div class="default text gt-ellipsis ">{{.Repository.FullName}}</div>
12
12
<div class="menu"></div>
13
13
</div>
14
14
</div>
18
18
</div>
19
19
<div class="field">
20
20
<label><strong>{{ctx.Locale.Tr "repo.issues.reference_issue.body"}}</strong></label>
21
- <textarea name="content" class="form-control" ></textarea>
21
+ <textarea name="content"></textarea>
22
22
</div>
23
23
<div class="text right">
24
24
<button class="ui primary button">{{ctx.Locale.Tr "repo.issues.create"}}</button>
Original file line number Diff line number Diff line change @@ -506,12 +506,6 @@ ol.ui.list li,
506
506
color : var (--color-text-light-2 );
507
507
}
508
508
509
- .ui .dropdown > .text {
510
- white-space : nowrap;
511
- overflow : hidden;
512
- text-overflow : ellipsis;
513
- }
514
-
515
509
/* extend fomantic style '.ui.dropdown > .text > img' to include svg.img */
516
510
.ui .dropdown > .text > .img {
517
511
margin-left : 0 ;
You can’t perform that action at this time.
0 commit comments