diff --git a/lib/components/JsonSchema/json-schema.scss b/lib/components/JsonSchema/json-schema.scss index 21ad874d..6691dc64 100644 --- a/lib/components/JsonSchema/json-schema.scss +++ b/lib/components/JsonSchema/json-schema.scss @@ -97,10 +97,13 @@ $array-marker-line-height: 1.5; } .params-wrap { - border-collapse: collapse; width: 100%; } +table { + border-spacing: 0; +} + .params-wrap.params-array:before, .params-wrap.params-array:after { display: block; font-weight: $base-font-weight;