UI: Improve paramters spacing

This commit is contained in:
Roman Hotsiy 2016-11-30 18:25:52 +02:00
parent ad1e1ac272
commit 71a48e0de8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
{{paramType.place}} Parameters
<span class="hint--top-right hint--large" [attr.data-hint]="paramType.placeHint">?</span>
</header>
<br>
<div class="params-wrap">
<div *ngFor="let param of paramType.params" class="param">
<div class="param-name">

View File

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