make all text in an input step format according to new lines chars (#1709)

This commit is contained in:
Nicolae Pascu 2018-04-05 09:39:42 +10:00 committed by GitHub
parent e81ddf623d
commit 61139f927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
.inputBody {
max-width: 400px;
min-width: 400px;
white-space: pre-wrap;
h3 {
padding-bottom: 24px;