Skip to content

Commit

Permalink
fix: don't break line on header
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Dec 26, 2023
1 parent 60514e0 commit a9865ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<body>
<div class="container"">
<div class="title-icon">
<div class="title-header">
<img height="24" src="favicon.png" alt="telos-evm"/>
<h4>Revoking Allowance Approvals</h4>
<h4>Revoking Approvals</h4>
</div>
<div> Users can now view, edit, and revoke token allowance approvals by connecting to the <a href="https://wallet.telos.net/evm">Telos Web Wallet</a> at <a href="https://wallet.telos.net/evm">wallet.telos.net/evm</a> and selecting the 'Approvals' tab. </div>
<p>Visit our <a href="https://docs.telos.net/knowledge-base/limit-unlimited-token-allowances/">documentation</a> to find out more.</p>
Expand Down Expand Up @@ -69,6 +69,10 @@ <h4>Revoking Allowance Approvals</h4>
position: absolute;
}

.title-header{
white-space: nowrap;
}

@font-face {
font-family: 'Silka';
font-style: normal;
Expand Down

0 comments on commit a9865ed

Please sign in to comment.