Skip to content

Commit

Permalink
Fixed formatting of credential ID notice in revoke interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed Feb 6, 2019
1 parent cd8de40 commit 4350af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issuer.html
Expand Up @@ -56,8 +56,8 @@ <h3>Revoke Credential</h3>
<div>
<label for="revoke-cred-id">Provide Credential ID:</label>
<input type="text" placeholder="e.g., https://VERIFIER.solid.community/public/svc/rev/cred-4" style="width: 50%" id="revoke-cred-id">
<div id="revoke-cred-id-note" style="white-space:nowrap" style="width:30">
<pre>
<div id="revoke-cred-id-note" style="white-space: nowrap" style="width:30">
<pre style="white-space: normal; width: 523px; overflow: auto">
NOTE: This does not necessarily have to be a dereferenceable URL
</pre>
</div>
Expand Down

0 comments on commit 4350af3

Please sign in to comment.