diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-12-02 17:03:30 -0600 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-12-03 01:03:30 +0200 |
commit | 51432ebb9c6f59c618ff34147f4b644c8bfb52f5 (patch) | |
tree | bff038fd3f7040a68c4b5d1122c715ee32b31cd3 /templates/repo/diff/box.tmpl | |
parent | a00d7200b12909ca4c6145f5524234c8660c84ce (diff) | |
download | gitea-51432ebb9c6f59c618ff34147f4b644c8bfb52f5.tar.gz gitea-51432ebb9c6f59c618ff34147f4b644c8bfb52f5.zip |
Fix context menu overflow & review tag margin (#9231)
* Fix context menu overflow
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add review tag CSS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'templates/repo/diff/box.tmpl')
-rw-r--r-- | templates/repo/diff/box.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index 088dc5718d..9f3b271e24 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -113,7 +113,7 @@ </h4> <div class="ui attached unstackable table segment"> {{if ne $file.Type 4}} - <div class="file-body file-code code-view code-diff {{if $.IsSplitStyle}}code-diff-split{{else}}code-diff-unified{{end}}"> + <div class="file-body file-code code-view has-context-menu code-diff {{if $.IsSplitStyle}}code-diff-split{{else}}code-diff-unified{{end}}"> <table> <tbody> {{if $isImage}} |