From 74b9aaf5fa7866bd3c1f0e028de32e6aa959cf08 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 3 Jan 2017 20:43:43 +0100 Subject: [PATCH] Fixed #347: CSS more robust against global settings of div position --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 72f9174..1caca27 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,7 +8,7 @@ https://github.com/josdejong/jsoneditor - Fixed embedded version of jsoneditor ace theme not being loaded in minimalist version (see #55). - Fixed a styling issue in the SearchBox of Ace editor (mode `code`). -- Fixed #54: CSS more robust against global settings of div position. +- Fixed #347: CSS more robust against global settings of div position. - Added docs and example on how to use a custom version of Ace editor.