preserve whitespace in descriptions & comments

This commit is contained in:
James Taylor
2018-07-20 23:12:39 -07:00
parent d170a75a93
commit d07d255fd3
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
padding: 5px 75px;
}
.description{
white-space: pre-line;
white-space: pre-wrap;
min-width: 0;
}