fix: article paragraph line break exception (#167)

pull/169/head^2
Seaton Jiang 2020-03-09 20:54:09 +08:00
parent 80d4fcd91d
commit 437d67f7a1
2 changed files with 1 additions and 2 deletions

View File

@ -773,7 +773,6 @@ button:focus {
.k-main .details .article .content p {
color: #151515;
white-space: pre-line;
line-height: 30px;
}

File diff suppressed because one or more lines are too long