make it preserve the line breaks (#3176)

This commit is contained in:
Alan Ren
2018-11-08 16:34:27 -08:00
committed by GitHub
parent 61746b7ff7
commit cbb4ac3e20

View File

@@ -236,8 +236,8 @@
.modal.flyout-dialog .dialog-message-detail { .modal.flyout-dialog .dialog-message-detail {
margin-top: 5px; margin-top: 5px;
white-space: normal; white-space: pre-wrap;
-webkit-user-select: text; user-select: text;
font-size: 11px; font-size: 11px;
} }