Word wrap feedback in admin console
This commit is contained in:
parent
afac877d12
commit
6c798d8d3f
4 changed files with 7 additions and 2 deletions
|
@ -15,3 +15,7 @@ body {
|
|||
height: 400px;
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
.feedback-text {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Reference in a new issue