From b806158efb9bdaf88468e4c13d49c0293e64b298 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Wed, 25 Oct 2023 00:20:13 +0200 Subject: fix: UI bugs (#644) Fixes two interface issues caused by leaking CSS styles --- src-vue/src/style.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'src-vue/src/style.css') diff --git a/src-vue/src/style.css b/src-vue/src/style.css index e5c66328..d322a0dd 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -47,9 +47,6 @@ body { margin: 30px 15px; } -.el-popper { - width: 200px !important; -} .fc_popper { width: auto !important; } -- cgit v1.2.3