diff --git a/css/common.css b/css/common.css index 1e3b4c8..6760986 100644 --- a/css/common.css +++ b/css/common.css @@ -716,6 +716,7 @@ body { padding-right: 10px; font-size: 14px; width: 348px; + white-space: pre-line; } .empty-box { flex-direction: column; diff --git a/css/common.less b/css/common.less index 2a3382f..fe0440e 100644 --- a/css/common.less +++ b/css/common.less @@ -339,7 +339,6 @@ body { background-color: rgba(246, 246, 246, 1); } - &:not(:last-of-type) { border-bottom: 1px dotted rgb(215, 215, 215); } @@ -811,6 +810,7 @@ body { padding-right: 10px; font-size: 14px; width: 348px; + white-space: pre-line; } .empty-box {