From 3db98bcc3911531b6bc8faef8a115534199d7148 Mon Sep 17 00:00:00 2001 From: Zéro~Informatique Date: Tue, 25 Oct 2022 02:38:42 +0200 Subject: viewer: style of item description panel has changed github: closes #327 --- viewer/src/components/async/AsyncLdMarkdown.vue | 14 ++------------ viewer/src/views/layout/left/LayoutInformation.vue | 8 +------- 2 files changed, 3 insertions(+), 19 deletions(-) (limited to 'viewer') diff --git a/viewer/src/components/async/AsyncLdMarkdown.vue b/viewer/src/components/async/AsyncLdMarkdown.vue index 213c11c..c3f368a 100644 --- a/viewer/src/components/async/AsyncLdMarkdown.vue +++ b/viewer/src/components/async/AsyncLdMarkdown.vue @@ -40,7 +40,6 @@ const html = computed(() => marked(props.markdown));