From 1af0d8e54e59a00fbc56e5bbfc2eb6fa0294bdf2 Mon Sep 17 00:00:00 2001 From: Cesar Date: Fri, 18 Mar 2016 09:10:29 -0400 Subject: [PATCH] Discriminator styling --- demo/index.html | 4 ++-- lib/components/JsonSchema/json-schema.scss | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/demo/index.html b/demo/index.html index 3c78ea56..4654082e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -19,8 +19,8 @@ - - + + diff --git a/lib/components/JsonSchema/json-schema.scss b/lib/components/JsonSchema/json-schema.scss index ff5350d5..44f4def8 100644 --- a/lib/components/JsonSchema/json-schema.scss +++ b/lib/components/JsonSchema/json-schema.scss @@ -114,6 +114,7 @@ json-schema.nested-schema { .discriminator-info { font-weight: $regular; + margin-bottom: 10px; } .discriminator-wrap > td { @@ -129,7 +130,7 @@ ul { } li { - margin: 0.2em 0.3em 0.2em 0; + margin: 0.5em 0.3em 0.2em 0; font-family: $headers-font, $headers-font-family; font-size: .929em; line-height: .929em;