Merge pull request #4828 from mempool/natsoni/fix-blockchain-doc
Fix truncated blockchain in FAQ
This commit is contained in:
commit
5c430e57a4
@ -269,7 +269,7 @@ h3 {
|
|||||||
.position-container {
|
.position-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
bottom: 150px;
|
bottom: 158px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divider {
|
#divider {
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
<li ngbNavItem *ngIf="code.codeTemplate.python && network !== 'liquid' && network !== 'liquidtestnet'" role="presentation">
|
<li ngbNavItem *ngIf="code.codeTemplate.python && network !== 'liquid' && network !== 'liquidtestnet'" role="presentation">
|
||||||
<a ngbNavLink (click)="adjustContainerHeight( $event )" role="tab">Python</a>
|
<a ngbNavLink (click)="adjustContainerHeight( $event )" role="tab">Python</a>
|
||||||
<ng-template ngbNavContent>
|
<ng-template ngbNavContent>
|
||||||
<div class="subtitle"><ng-container i18n="API Docs code example">Code Example</ng-container> <app-clipboard [text]="wrapEsModule(code)"></app-clipboard></div>
|
<div class="subtitle"><ng-container i18n="API Docs code example">Code Example</ng-container> <app-clipboard [text]="wrapPythonTemplate(code)"></app-clipboard></div>
|
||||||
<pre><code [innerText]="wrapPythonTemplate(code)"></code></pre>
|
<pre><code [innerText]="wrapPythonTemplate(code)"></code></pre>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user