1
0

fix: padding and centering of the kanban limit and dropdown

This commit is contained in:
kolaente
2021-12-26 18:13:28 +01:00
committed by Gitea
parent cd10bc9d7a
commit 8ae84eaf42
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="dropdown is-right is-active" ref="dropdown">
<div class="dropdown-trigger" @click="open = !open">
<div class="dropdown-trigger is-flex" @click="open = !open">
<slot name="trigger" :close="close">
<icon :icon="triggerIcon" class="icon"/>
</slot>