fix text wrap in about dialog

This commit is contained in:
Nriver 2024-07-29 10:40:30 +08:00
parent 71e69d34ed
commit f7b5dbd12f

View File

@ -15,7 +15,7 @@ const TPL = `
</button>
</div>
<div class="modal-body">
<table class="table table-borderless">
<table class="table table-borderless text-nowrap">
<tr>
<th>${t("about.homepage")}</th>
<td><a href="https://github.com/TriliumNext/Notes" class="external">https://github.com/TriliumNext/Notes</a></td>