Skip to content

Commit b0a8a91

Browse files
authored
Fix card label layout (#1707)
Signed-off-by: Dvinyanin Alexandr <[email protected]>
1 parent 6706486 commit b0a8a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/board-resources/src/components/editor/CardLabels.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
{#if labels && labels.length > 0}
7272
<div
73-
class="flex-row-center flex-gap-1 mb-1"
73+
class="flex-row-center flex-wrap flex-gap-1 mb-1"
7474
class:labels-inline-container={isInline}
7575
on:click={toggleCompact}
7676
on:mouseover={hoverIn}

0 commit comments

Comments
 (0)