From 021e83e9d62d77bda4cef2b5a5eccc962f7bf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 12 Sep 2022 21:15:33 +0000 Subject: [PATCH] new syntax --- 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 42a93ac..17de60f 100644 --- a/ui/src/components/TickerBar.vue +++ b/ui/src/components/TickerBar.vue @@ -51,7 +51,7 @@ export default class TickerBar extends Vue { } } - ::v-deep * { + :deep(*) { margin: 0 !important; } }