mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-15 15:10:30 -08:00
Add table wrapper for import dialog (#9076)
This commit is contained in:
parent
e824f72591
commit
45a3889164
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue