This commit is contained in:
Unknwon 2014-10-15 16:28:38 -04:00
parent fa241efa6d
commit 1aa12c7452
4 changed files with 44 additions and 11 deletions

View file

@ -1489,6 +1489,12 @@ The register and sign-in page style
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
font-size: 14px;
}
.commit-list .message {
width: 60%;
}
.commit-list .message span {
max-width: 500px;
}
.diff-head-box {
margin-top: 10px;
}

View file

@ -523,6 +523,12 @@
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
font-size: 14px;
}
.message {
width: 60%;
span {
max-width: 500px;
}
}
}
.diff-head-box {
margin-top: 10px;