make editor nicer

pull/21833/head
Bruno Windels 2019-05-09 15:02:43 +02:00
parent 4bb8b79942
commit fc87a27c5d
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ limitations under the License.
border: solid 1px #e9edf1;
background-color: #ffffff;
padding: 10px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
outline: none;
span {
display: inline-block;