From cdc98a4849574aaa550236ff4c88b8aee3ebda62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 12 Jun 2020 22:10:52 +0200 Subject: [PATCH] Fix edit toggle button jump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/CardSidebar.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 0f0a65900..32b74b5cc 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -132,11 +132,6 @@ href="https://deck.readthedocs.io/en/latest/Markdown/" target="_blank" class="icon icon-info" /> - - - {{ t('deck', 'Add Attachment') }} - - {{ t('deck', 'Edit description') }} @@ -145,6 +140,11 @@ {{ t('deck', 'View description') }} + + + {{ t('deck', 'Add Attachment') }} + +