summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-26 12:39:32 +0800
committerUnknwon <u@gogs.io>2015-08-26 12:39:32 +0800
commit2f2bf20aaef444d0167a659c346fb545efbd7921 (patch)
tree261366a88f32f6101a529df7f99f9c083e5c229f /templates/repo/pulls
parentb3a45693c37c94850c0a615b69d19a7e88352348 (diff)
downloadgitea-2f2bf20aaef444d0167a659c346fb545efbd7921.tar.gz
gitea-2f2bf20aaef444d0167a659c346fb545efbd7921.zip
fix menu overflow
Diffstat (limited to 'templates/repo/pulls')
-rw-r--r--templates/repo/pulls/compare.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/repo/pulls/compare.tmpl b/templates/repo/pulls/compare.tmpl
index 798210dbff..b8b490de32 100644
--- a/templates/repo/pulls/compare.tmpl
+++ b/templates/repo/pulls/compare.tmpl
@@ -14,7 +14,7 @@
<span class="text">base: {{$.BaseBranch}}</span>
<i class="dropdown icon"></i>
</div>
- <div class="menu">
+ <div class="overflow menu">
<div class="ui icon search input">
<i class="filter icon"></i>
<input name="search" placeholder="Filter branch...">
@@ -32,7 +32,7 @@
<span class="text">compare: {{$.HeadBranch}}</span>
<i class="dropdown icon"></i>
</div>
- <div class="menu">
+ <div class="overflow menu">
<div class="ui icon search input">
<i class="filter icon"></i>
<input name="search" placeholder="Filter branch...">
@@ -47,6 +47,7 @@
</div>
{{template "repo/issue/new_form" .}}
</div>
+
</div>
</div>
{{template "base/footer" .}} \ No newline at end of file