Autoformat all tables on a page

This commit is contained in:
Magnus Åhall 2026-06-01 19:39:56 +02:00
parent b59c6c8b58
commit 8680cc5a62
4 changed files with 84 additions and 28 deletions

View file

@ -8,7 +8,7 @@ export class N2File extends CustomHTMLElement {
:host {
display: inline-grid;
grid-template-columns: min-content min-content;
align-items: center;
align-items: end;
white-space: nowrap;
cursor: pointer;