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:
parent
4afa3f520d
commit
c850a2705a
@ -56,6 +56,7 @@ limitations under the License.
|
|||||||
.contents blockquote {
|
.contents blockquote {
|
||||||
-webkit-margin-before: 0;
|
-webkit-margin-before: 0;
|
||||||
-webkit-margin-after: 0.3em;
|
-webkit-margin-after: 0.3em;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
@ -76,6 +76,9 @@
|
|||||||
-webkit-margin-before: 0.2em;
|
-webkit-margin-before: 0.2em;
|
||||||
-webkit-margin-after: 0.3em;
|
-webkit-margin-after: 0.3em;
|
||||||
}
|
}
|
||||||
|
.message {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
.commentBox button {
|
.commentBox button {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
|
Loading…
Reference in New Issue
Block a user