Word wrap feedback in admin console

This commit is contained in:
Tom Bloor 2017-10-23 15:02:18 +01:00
parent afac877d12
commit 6c798d8d3f
4 changed files with 7 additions and 2 deletions

View file

@ -15,3 +15,7 @@ body {
height: 400px;
background-color: grey;
}
.feedback-text {
white-space: pre-wrap;
}