diff options
author | rokuu <38368986+rokuu@users.noreply.github.com> | 2018-04-24 13:54:22 +0000 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-04-24 09:54:22 -0400 |
commit | c68fc4f31ac5e7918f0b03cfec00e1224c1eaf9e (patch) | |
tree | ab797dd29de22732cdd480f962f482b5f57d4719 /templates/repo/editor | |
parent | 0e80e4759235a3460f92d1c8040cec5d1ce2d293 (diff) |
templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182)
* Update view_list.tmpl
* Update commits_table.tmpl
* Update dashboard.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update list.tmpl
* Update notice.tmpl
* Update monitor.tmpl
* Update view_file.tmpl
* Update diff_preview.tmpl
* Update box.tmpl
Diffstat (limited to 'templates/repo/editor')
-rw-r--r-- | templates/repo/editor/diff_preview.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/editor/diff_preview.tmpl b/templates/repo/editor/diff_preview.tmpl index 06b4a2e8..73693011 100644 --- a/templates/repo/editor/diff_preview.tmpl +++ b/templates/repo/editor/diff_preview.tmpl @@ -1,5 +1,5 @@ <div class="diff-file-box"> - <div class="ui attached table segment"> + <div class="ui unstackable attached table segment"> <div class="file-body file-code code-view code-diff"> <table> <tbody> |