mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix text wrap in about dialog
This commit is contained in:
parent
71e69d34ed
commit
f7b5dbd12f
@ -15,7 +15,7 @@ const TPL = `
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<table class="table table-borderless">
|
<table class="table table-borderless text-nowrap">
|
||||||
<tr>
|
<tr>
|
||||||
<th>${t("about.homepage")}</th>
|
<th>${t("about.homepage")}</th>
|
||||||
<td><a href="https://github.com/TriliumNext/Notes" class="external">https://github.com/TriliumNext/Notes</a></td>
|
<td><a href="https://github.com/TriliumNext/Notes" class="external">https://github.com/TriliumNext/Notes</a></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user