jedison 0.3.20 → 0.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6167,7 +6167,7 @@ class Theme {
6167
6167
  });
6168
6168
  const input = document.createElement("textarea");
6169
6169
  input.setAttribute("id", "json-data-input-" + config.id);
6170
- input.cols = 40;
6170
+ input.cols = 60;
6171
6171
  input.style.whiteSpace = "pre";
6172
6172
  input.style.overflowX = "auto";
6173
6173
  input.style.resize = "both";