diff options
author | zeripath <art27@cantab.net> | 2020-04-30 02:59:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 09:59:47 +0800 |
commit | cbf5dffaf29c1e871342c15478b33e9229a7f9d2 (patch) | |
tree | 54c41acd3542df7f0946024c2240550ba0319f50 /templates | |
parent | 33738ff91b9e9b87b10e1fb715cf855007770002 (diff) | |
download | gitea-cbf5dffaf29c1e871342c15478b33e9229a7f9d2.tar.gz gitea-cbf5dffaf29c1e871342c15478b33e9229a7f9d2.zip |
Fix submit review form (#11252)
* Fix submit review form
Signed-off-by: Andrew Thornton <art27@cantab.net>
* placate lint
Signed-off-by: Andrew Thornton <art27@cantab.net>
* try something different
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update web_src/less/_base.less
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff/new_review.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/new_review.tmpl b/templates/repo/diff/new_review.tmpl index 4981c9ef48..3c341eaf0d 100644 --- a/templates/repo/diff/new_review.tmpl +++ b/templates/repo/diff/new_review.tmpl @@ -3,7 +3,7 @@ <span class="text">{{.i18n.Tr "repo.diff.review"}}</span> <i class="dropdown icon"></i> </div> - <div class="menu"> + <div class="menu review-box"> <div class="ui clearing segment"> <form class="ui form" action="{{.Link}}/reviews/submit" method="post"> {{.CsrfTokenHtml}} |