mirror of
https://github.com/mempool/mempool.git
synced 2025-04-23 06:55:09 +02:00
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: absolute;
|
||||
left: 50%;
|
||||
bottom: 150px;
|
||||
bottom: 158px;
|
||||
}
|
||||
|
||||
#divider {
|
||||
|
@ -33,7 +33,7 @@
|
||||
<li ngbNavItem *ngIf="code.codeTemplate.python && network !== 'liquid' && network !== 'liquidtestnet'" role="presentation">
|
||||
<a ngbNavLink (click)="adjustContainerHeight( $event )" role="tab">Python</a>
|
||||
<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>
|
||||
</ng-template>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user