aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorXaver Maierhofer <xwissen@xwissen.info>2019-05-12 13:10:12 +0200
committerLauris BH <lauris@nix.lv>2019-05-12 14:10:12 +0300
commita92ab34493d099ab5d74d6f0c8160904428443d8 (patch)
treecc47f2c862f22016ff14ca52809f8f76f1cf52ee /templates
parent13583a650f1c32c850413684a4ac835804b22270 (diff)
downloadgitea-a92ab34493d099ab5d74d6f0c8160904428443d8.tar.gz
gitea-a92ab34493d099ab5d74d6f0c8160904428443d8.zip
Fix input size for dependency select (#6913)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue/view_content/sidebar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl
index 4db5628faa..853f681474 100644
--- a/templates/repo/issue/view_content/sidebar.tmpl
+++ b/templates/repo/issue/view_content/sidebar.tmpl
@@ -321,7 +321,7 @@
<form method="POST" action="{{$.RepoLink}}/issues/{{.Issue.Index}}/dependency/add" id="addDependencyForm">
{{$.CsrfTokenHtml}}
<div class="ui fluid action input">
- <div class="ui search selection dropdown" id="new-dependency-drop-list" data-issue-id="{{.Issue.ID}}" style="min-width: 13.9rem;border-radius: 4px 0 0 4px;border-right: 0;white-space: nowrap;">
+ <div class="ui search selection dropdown" id="new-dependency-drop-list" data-issue-id="{{.Issue.ID}}">
<input name="newDependency" type="hidden">
<i class="dropdown icon"></i>
<input type="text" class="search">