From 71a48e0de89e61372ebabee8ded43e54fcdf58a5 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 30 Nov 2016 18:25:52 +0200 Subject: [PATCH] UI: Improve paramters spacing --- lib/components/ParamsList/params-list.html | 1 - lib/components/ParamsList/params-list.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/components/ParamsList/params-list.html b/lib/components/ParamsList/params-list.html index 3659042a..a131fd23 100644 --- a/lib/components/ParamsList/params-list.html +++ b/lib/components/ParamsList/params-list.html @@ -4,7 +4,6 @@ {{paramType.place}} Parameters ? -
diff --git a/lib/components/ParamsList/params-list.scss b/lib/components/ParamsList/params-list.scss index 70123065..12b7f981 100644 --- a/lib/components/ParamsList/params-list.scss +++ b/lib/components/ParamsList/params-list.scss @@ -18,7 +18,7 @@ $hint-color: #999999; @import '../JsonSchema/json-schema-common'; header.paramType { - margin: 10px 0; + margin: 25px 0 5px 0; text-transform: capitalize; }