From 7d123f87ae782dad83954a8300b547e240412a6a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 28 Oct 2023 09:50:12 +0200 Subject: [PATCH] Change text-align of taskgroup btns --- .../taskgroup-overview/taskgroup-overview.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.css b/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.css index 2d2f9c7..ff6ca31 100644 --- a/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.css +++ b/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.css @@ -144,4 +144,5 @@ .node-name { font-style: normal; font-weight: normal; + text-align: left; }