Merge "Preserve line breaks in inline and history comments"

This commit is contained in:
Edwin Kempin 2014-07-08 11:52:25 +00:00 committed by Gerrit Code Review
commit b1554fbb1f
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ limitations under the License.
.contents blockquote {
-webkit-margin-before: 0;
-webkit-margin-after: 0.3em;
white-space: pre-wrap;
}
.name {

View File

@ -76,6 +76,9 @@
-webkit-margin-before: 0.2em;
-webkit-margin-after: 0.3em;
}
.message {
white-space: pre-wrap;
}
.commentBox button {
margin-right: 3px;
margin-bottom: 1px;