From d12cde974a3da2e0d3e360fa024da2df0100faf1 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Fri, 31 Aug 2012 21:53:42 +0200 Subject: [PATCH] fixed issue #9: text in fields and values got wrapped in Chrome when zooming your browser --- jsoneditor/jsoneditor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/jsoneditor/jsoneditor.css b/jsoneditor/jsoneditor.css index cc546eb..1465afc 100644 --- a/jsoneditor/jsoneditor.css +++ b/jsoneditor/jsoneditor.css @@ -7,6 +7,7 @@ margin: 1px; outline: none; word-wrap: break-word; + float: left; } /* adjust margin of p elements inside editable divs, needed for Opera, IE */