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 {
margin-top: 5px;
white-space: normal;
-webkit-user-select: text;
white-space: pre-wrap;
user-select: text;
font-size: 11px;
}