preserve whitespace in descriptions & comments
This commit is contained in:
parent
d170a75a93
commit
d07d255fd3
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -38,7 +38,7 @@
|
||||
padding: 5px 75px;
|
||||
}
|
||||
.description{
|
||||
white-space: pre-line;
|
||||
white-space: pre-wrap;
|
||||
min-width: 0;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user