##// END OF EJS Templates
styling: #4086 fixing bug where long commit messages did not wrap in file view
lisaq -
r439:e3248377 default
parent child Browse files
Show More
@@ -172,6 +172,10 b''
172 overflow-x: auto;
172 overflow-x: auto;
173 }
173 }
174 }
174 }
175 .commit.truncate-wrap {
176 overflow:hidden;
177 text-overflow: ellipsis;
178 }
175 }
179 }
176
180
177 // expand commit message
181 // expand commit message
General Comments 0
You need to be logged in to leave comments. Login now