Autoformat all tables on a page
This commit is contained in:
parent
b59c6c8b58
commit
8680cc5a62
4 changed files with 84 additions and 28 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue