added white-space:pre for the commit message
This commit is contained in:
parent
1e95f021cc
commit
fdb88048a9
1 changed files with 3 additions and 2 deletions
|
|
@ -224,7 +224,7 @@
|
|||
}
|
||||
|
||||
.left-content {
|
||||
width: ~"calc(50% - 20px)";
|
||||
width: ~"calc(60% - 20px)";
|
||||
float: left;
|
||||
margin: 15px 0 15px 20px;
|
||||
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
.right-content { // similar to form fields
|
||||
float: left;
|
||||
display: block;
|
||||
width: ~"calc(50% - 20px)";
|
||||
width: ~"calc(40% - 20px)";
|
||||
text-align: right;
|
||||
margin: 15px 20px 15px 0;
|
||||
|
||||
|
|
@ -283,6 +283,7 @@
|
|||
.commit {
|
||||
color: @grey1;
|
||||
margin-bottom: 5px;
|
||||
white-space: pre;
|
||||
}
|
||||
.commit.truncate-wrap {
|
||||
overflow:hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue