Merge "Preserve line breaks in inline and history comments"
This commit is contained in:
commit
b1554fbb1f
@ -56,6 +56,7 @@ limitations under the License.
|
||||
.contents blockquote {
|
||||
-webkit-margin-before: 0;
|
||||
-webkit-margin-after: 0.3em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user