workaround for word-wrap bug on chrome

This commit is contained in:
nightwing 2015-01-19 00:28:51 +04:00
commit 2d06dc6316

View file

@ -160,6 +160,8 @@
z-index: 1;
position: absolute;
overflow: hidden;
/* workaround for chrome bug https://github.com/ajaxorg/ace/issues/2312*/
word-wrap: normal;
white-space: pre;
height: 100%;
width: 100%;