Browse Source

Fix commit view (#10169)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
tags/v1.12.0-dev
John Olheiser GitHub 5 years ago
parent
commit
84d8a5c4ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/less/_repository.less

+ 1
- 1
web_src/less/_repository.less View File

@@ -2534,7 +2534,7 @@ td.blob-excerpt {
}

.diff-file-box[data-folded="true"] .diff-file-body {
visibility: hidden;
display: none;
}

.diff-file-box[data-folded="true"] .diff-file-header {


Loading…
Cancel
Save