workaround for word-wrap bug on chrome
This commit is contained in:
parent
fe57baaae1
commit
2d06dc6316
1 changed files with 2 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue