cull editor height to 200px
parent
2544decab2
commit
81245e9c05
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue