columns in tables list

This commit is contained in:
Jan Prochazka
2021-03-01 20:27:09 +01:00
parent ea05ae0079
commit ad0e02de5d
8 changed files with 74 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
<div class="main" class:isBold draggable on:click use:contextMenu={menu}>
{#if expandIcon}
<span class="expand-icon" on:click={handleExpand}>
<span class="expand-icon" on:click|stopPropagation={handleExpand}>
<FontIcon icon={expandIcon} />
</span>
{/if}