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 {