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; }