From b0d24b47992d0459eb59937de61093f3f6ee64fd Mon Sep 17 00:00:00 2001 From: llara Date: Fri, 7 Mar 2025 10:35:06 +0100 Subject: [PATCH] Update client name styling for improved readability and layout --- ogWebconsole/src/app/components/groups/groups.component.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 9858f90..0bb10f1 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -258,11 +258,11 @@ mat-tree mat-tree-node.disabled:hover { .client-name { display: block; - font-size: 16px; - font-weight: 600; - color: #333; + font-weight: 500; margin-bottom: 5px; margin-top: 5px; + padding-left: 1rem; + padding-right: 1rem; } .filters-container {