Style: don't let tagRenderings overflow
This commit is contained in:
parent
841be16dff
commit
d3d96bc9ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</script>
|
||||
|
||||
{#if config !== undefined && (config?.condition === undefined || config.condition.matchesProperties(_tags))}
|
||||
<div class={"link-underline flex flex-col w-full "+classes+" "+extraClasses}>
|
||||
<div class={"link-underline flex flex-col w-full overflow-hidden "+classes+" "+extraClasses}>
|
||||
{#if trs.length === 1}
|
||||
<TagRenderingMapping mapping={trs[0]} {tags} {state} {selectedElement} {layer}></TagRenderingMapping>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue