Skip to content

Commit a89692d

Browse files
daviianbkcsoft
authored andcommitted
fix wrong rendering of commit detail page (#2503)
Signed-off-by: David Schneiderbauer <[email protected]>
1 parent 633de01 commit a89692d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/css/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,33 +2063,33 @@ footer .ui.language .menu {
20632063
.repository .diff-detail-box span.status.rename {
20642064
background-color: #dad8ff;
20652065
}
2066-
.repository .diff-box {
2066+
.repository .diff-box .header {
20672067
display: flex;
20682068
align-items: center;
20692069
}
2070-
.repository .diff-box .count {
2070+
.repository .diff-box .header .count {
20712071
margin-right: 12px;
20722072
font-size: 13px;
20732073
flex: 0 0 auto;
20742074
}
2075-
.repository .diff-box .count .bar {
2075+
.repository .diff-box .header .count .bar {
20762076
background-color: #bd2c00;
20772077
height: 12px;
20782078
width: 40px;
20792079
display: inline-block;
20802080
margin: 2px 4px 0 4px;
20812081
vertical-align: text-top;
20822082
}
2083-
.repository .diff-box .count .bar .add {
2083+
.repository .diff-box .header .count .bar .add {
20842084
background-color: #55a532;
20852085
height: 12px;
20862086
}
2087-
.repository .diff-box .file {
2087+
.repository .diff-box .header .file {
20882088
flex: 0 1 100%;
20892089
color: #888;
20902090
word-break: break-all;
20912091
}
2092-
.repository .diff-box .button {
2092+
.repository .diff-box .header .button {
20932093
margin: -5px 0 -5px 12px;
20942094
padding: 8px 10px;
20952095
flex: 0 0 auto;

public/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
}
890-
.diff-box {
890+
.diff-box .header {
891891
display: flex;
892892
align-items: center;
893893

0 commit comments

Comments
 (0)