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

@ -30,7 +30,7 @@
.comment .text{
grid-column: 2 / span 2;
grid-row: 2;
white-space: pre-line;
white-space: pre-wrap;
min-width: 0;
}

View File

@ -180,7 +180,7 @@ address{
.full-item .description{
background-color:#d0d0d0;
margin-top:8px;
white-space: pre-line;
white-space: pre-wrap;
min-width: 0;
grid-column: 1 / span 2;

View File

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