cull editor height to 200px

pull/21833/head
Bruno Windels 2019-05-17 16:00:22 +01:00
parent 2544decab2
commit 81245e9c05
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ limitations under the License.
white-space: pre-wrap;
word-wrap: break-word;
outline: none;
max-height: 200px;
overflow-x: auto;
span {
display: inline-block;