mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-08 23:54:25 +01:00
Fix broken column on long nprofiles
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
></div>
|
||||
|
||||
{{ if not (eq "" .Npub) }}
|
||||
<div class="mb-6 leading-5">
|
||||
<div class="mb-6 leading-5 break-all">
|
||||
<div class="text-sm text-strongpink">Author Public Key</div>
|
||||
{{.Npub}}
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@
|
||||
</div>
|
||||
|
||||
{{ if not (eq "" .Nprofile) }}
|
||||
<div class="mb-6 leading-5">
|
||||
<div class="mb-6 leading-5 break-all">
|
||||
<div class="text-sm text-strongpink">Author Profile Code</div>
|
||||
{{.Nprofile}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user