Preserve line breaks in inline and history comments

Preserve the line breaks in inline and history comments 
on the Web UI.

Bug: Issue 527
Change-Id: I21fb73e167ff91f9db6a04b9c7f220da76e9ab4f
This commit is contained in:
Mani Chandel 2014-06-08 16:19:15 -07:00
parent 4afa3f520d
commit c850a2705a
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;