mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
UI: Improve paramters spacing
This commit is contained in:
parent
ad1e1ac272
commit
71a48e0de8
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user