web: fix layout for search

This commit is contained in:
Jens Langhammer
2021-03-08 12:55:13 +01:00
parent 2852fa3c5e
commit ff276fcc58
3 changed files with 4 additions and 8 deletions

View File

@ -18,7 +18,7 @@ export abstract class TablePage<T> extends Table<T> {
this.search = value;
this.fetch();
}}>
</ak-table-search>`;
</ak-table-search>&nbsp;`;
}
render(): TemplateResult {