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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>