added white-space:pre for the commit message

This commit is contained in:
Liviu 2019-05-07 08:10:36 +00:00
parent 1e95f021cc
commit fdb88048a9

View file

@ -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;