From 4cf11dceee243a7cef858f9087be5f77f91813a5 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 10 Jul 2016 14:44:22 +0300 Subject: [PATCH] Fix borders rendering issues --- lib/components/JsonSchema/json-schema.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;