From 23e57e27e9c83993424960e4e96a58199c529d2d Mon Sep 17 00:00:00 2001 From: Anna No Date: Tue, 26 Apr 2022 15:50:21 +0700 Subject: [PATCH] Board: Make context menu consistent (#1542) Signed-off-by: Anna No --- .../src/components/KanbanView.svelte | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/board-resources/src/components/KanbanView.svelte b/plugins/board-resources/src/components/KanbanView.svelte index 034cbd211b..c2666bfbc0 100644 --- a/plugins/board-resources/src/components/KanbanView.svelte +++ b/plugins/board-resources/src/components/KanbanView.svelte @@ -14,16 +14,17 @@ // limitations under the License. -->