Fix: styling issues; refactoring: remove 'SearchAndGo'

This commit is contained in:
Pieter Vander Vennet 2023-05-06 12:35:02 +02:00
parent 5d3056cb09
commit 0e81b65363
10 changed files with 37 additions and 138 deletions

View file

@ -57,7 +57,7 @@
onDestroy(allTags.addCallbackAndRunD(allTags => {
_allTags = allTags;
}));
const tagsTable = new Table(["Key", "Value"], _allTags).SetClass("zebra-table");
const tagsTable = new Table(["Key", "Value"], _allTags).SetClass("zebra-table break-all");
</script>
<section>