From c41f3e54c1a0e6cfc37ea89bebedc3c8912e0b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20An=C3=B8ther?= Date: Wed, 27 Mar 2024 13:30:08 -0300 Subject: [PATCH] EZQMS-665: Minor inbox styles fix (#5065) Signed-off-by: Petr Vyazovetskiy --- .../src/components/DocNotifyContextCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notification-resources/src/components/DocNotifyContextCard.svelte b/plugins/notification-resources/src/components/DocNotifyContextCard.svelte index 91331b081d..e5cdfb17b9 100644 --- a/plugins/notification-resources/src/components/DocNotifyContextCard.svelte +++ b/plugins/notification-resources/src/components/DocNotifyContextCard.svelte @@ -214,7 +214,7 @@ position: absolute; min-width: 0.25rem; border-radius: 0; - height: 2.375rem; + height: 100%; background: var(--global-ui-highlight-BackgroundColor); }