##// END OF EJS Templates
added white-space:pre for the commit message
Liviu -
r3652:2294d2fe new-ui
parent child Browse files
Show More
@@ -224,7 +224,7 b''
224 }
224 }
225
225
226 .left-content {
226 .left-content {
227 width: ~"calc(50% - 20px)";
227 width: ~"calc(60% - 20px)";
228 float: left;
228 float: left;
229 margin: 15px 0 15px 20px;
229 margin: 15px 0 15px 20px;
230
230
@@ -250,7 +250,7 b''
250 .right-content { // similar to form fields
250 .right-content { // similar to form fields
251 float: left;
251 float: left;
252 display: block;
252 display: block;
253 width: ~"calc(50% - 20px)";
253 width: ~"calc(40% - 20px)";
254 text-align: right;
254 text-align: right;
255 margin: 15px 20px 15px 0;
255 margin: 15px 20px 15px 0;
256
256
@@ -283,6 +283,7 b''
283 .commit {
283 .commit {
284 color: @grey1;
284 color: @grey1;
285 margin-bottom: 5px;
285 margin-bottom: 5px;
286 white-space: pre;
286 }
287 }
287 .commit.truncate-wrap {
288 .commit.truncate-wrap {
288 overflow:hidden;
289 overflow:hidden;
General Comments 0
You need to be logged in to leave comments. Login now