From 4e953c004556a44def12d7bc21fbb259c0e3c4a9 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 22 Feb 2022 23:20:55 +0100 Subject: [PATCH] force text-align in wc --- webcomponents/src/GancioEvents.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/webcomponents/src/GancioEvents.svelte b/webcomponents/src/GancioEvents.svelte index 6fbe7159..e623b4c6 100644 --- a/webcomponents/src/GancioEvents.svelte +++ b/webcomponents/src/GancioEvents.svelte @@ -177,6 +177,7 @@ .nosidebar .content { margin-left: 1rem; margin-top: 5px; + text-align: left; } .tags {