Skip to content

Commit

Permalink
fix wrong rendering of commit detail page (#2503)
Browse files Browse the repository at this point in the history
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
  • Loading branch information
daviian authored and bkcsoft committed Sep 14, 2017
1 parent 633de01 commit a89692d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2063,33 +2063,33 @@ footer .ui.language .menu {
.repository .diff-detail-box span.status.rename {
background-color: #dad8ff;
}
.repository .diff-box {
.repository .diff-box .header {
display: flex;
align-items: center;
}
.repository .diff-box .count {
.repository .diff-box .header .count {
margin-right: 12px;
font-size: 13px;
flex: 0 0 auto;
}
.repository .diff-box .count .bar {
.repository .diff-box .header .count .bar {
background-color: #bd2c00;
height: 12px;
width: 40px;
display: inline-block;
margin: 2px 4px 0 4px;
vertical-align: text-top;
}
.repository .diff-box .count .bar .add {
.repository .diff-box .header .count .bar .add {
background-color: #55a532;
height: 12px;
}
.repository .diff-box .file {
.repository .diff-box .header .file {
flex: 0 1 100%;
color: #888;
word-break: break-all;
}
.repository .diff-box .button {
.repository .diff-box .header .button {
margin: -5px 0 -5px 12px;
padding: 8px 10px;
flex: 0 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
}
}
}
.diff-box {
.diff-box .header {
display: flex;
align-items: center;

Expand Down

0 comments on commit a89692d

Please sign in to comment.