1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-01 19:21:30 +00:00

Add table wrapper for import dialog (#9076)

This commit is contained in:
Leilei332
2025-06-08 23:28:28 +08:00
committed by GitHub
parent e824f72591
commit 45a3889164

View File

@@ -51,6 +51,7 @@ title: $:/core/ui/ImportListing
\end
\whitespace trim
<div class="tc-table-wrapper">
<table class="tc-import-table">
<tbody>
<tr>
@@ -129,3 +130,4 @@ title: $:/core/ui/ImportListing
</$list>
</tbody>
</table>
</div>