Fix card label layout (#1707)

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
Alex 2022-05-11 14:00:51 +07:00 committed by GitHub
parent 6706486aff
commit b0a8a91ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
{#if labels && labels.length > 0}
<div
class="flex-row-center flex-gap-1 mb-1"
class="flex-row-center flex-wrap flex-gap-1 mb-1"
class:labels-inline-container={isInline}
on:click={toggleCompact}
on:mouseover={hoverIn}