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/views/layout/left/LayoutInformation.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'viewer/src/views') diff --git a/viewer/src/views/layout/left/LayoutInformation.vue b/viewer/src/views/layout/left/LayoutInformation.vue index 780a458..9dfb311 100644 --- a/viewer/src/views/layout/left/LayoutInformation.vue +++ b/viewer/src/views/layout/left/LayoutInformation.vue @@ -67,6 +67,7 @@ const formatDate = computed(() => { .infopanel { padding: 2px 2px 7px 7px; overflow-wrap: break-word; + max-height: 50%; .title { font-weight: bold; @@ -80,13 +81,6 @@ const formatDate = computed(() => { > * { margin-top: 5px; } - ul, - ol { - margin-left: 1em; - } - ul { - list-style-type: disc; - } a { color: $palette-200; &:hover { -- cgit v1.2.3