From 63cd8ce1c29bcdf64e475f014be6ff6cf29a2541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 15 Sep 2022 18:01:57 +0000 Subject: [PATCH] syntax hiccup --- ui/src/components/TickerBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/TickerBar.vue b/ui/src/components/TickerBar.vue index fdaae04..361d1b9 100644 --- a/ui/src/components/TickerBar.vue +++ b/ui/src/components/TickerBar.vue @@ -81,7 +81,7 @@ export default class TickerBar extends Vue { } } - :deep(*) { + :deep() * { margin: 0 !important; } }