Commit d6e2dad6 authored by Liana Husikyan's avatar Liana Husikyan Committed by Liana Husikyan

added padding to the top of Deploy

parent 0be46452
...@@ -125,7 +125,7 @@ class MultiParamManager { ...@@ -125,7 +125,7 @@ class MultiParamManager {
} }
let funcButton = yo`<button onclick=${() => onClick()} class="${css.instanceButton} btn btn-sm">${title}</button>` let funcButton = yo`<button onclick=${() => onClick()} class="${css.instanceButton} btn btn-sm">${title}</button>`
this.contractActionsContainerSingle = yo` this.contractActionsContainerSingle = yo`
<div class="${css.contractActionsContainerSingle}" > <div class="${css.contractActionsContainerSingle} pt-2">
${funcButton} ${funcButton}
${this.basicInputField} ${this.basicInputField}
<i class="fas fa-angle-down ${css.methCaret}" onclick=${() => this.switchMethodViewOn()} title=${title} ></i> <i class="fas fa-angle-down ${css.methCaret}" onclick=${() => this.switchMethodViewOn()} title=${title} ></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment