forked from MapComplete/MapComplete
Fix: styling issues; refactoring: remove 'SearchAndGo'
This commit is contained in:
parent
5d3056cb09
commit
0e81b65363
10 changed files with 37 additions and 138 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue