Skip to content

Commit

Permalink
fixed wrapping of long words and urls in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 18, 2012
1 parent 14cc203 commit 7eaecdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
JSON EDITOR ONLINE CHANGELOG
http://jsoneditoronline.org


<not yet released>, version 1.1.2

- fixed leading an trailing spaces not being displayed in the editor.
- link to the sourcecode on github added at the bottom of the page.
- fixed wrapping of long words and urls in Chrome.


2012-07-01, version 1.1.1

- fixed global event listener for the focus/blur events, causing changes in
Expand Down
4 changes: 4 additions & 0 deletions jsoneditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
word-wrap: break-word;
}

.jsoneditor-value {
word-break: break-word;
}

.jsoneditor-empty {
background-color: #E5E5E5;
}
Expand Down

0 comments on commit 7eaecdc

Please sign in to comment.