diff --git a/ogWebconsole/src/app/components/groups/groups.component.css b/ogWebconsole/src/app/components/groups/groups.component.css index 1f792c4..f4a5383 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.css +++ b/ogWebconsole/src/app/components/groups/groups.component.css @@ -46,14 +46,14 @@ padding: 1rem !important; box-sizing: border-box !important; min-height: 250px !important; - overflow-y: auto !important; + overflow-y: auto !important; } .filters-panel, .tree-container { flex: 1 1 50% !important; - overflow-y: auto !important; - padding: 0.5rem !important; + overflow-y: auto !important; + padding: 0.5rem !important; box-sizing: border-box !important; margin-bottom: 0 !important; } @@ -90,8 +90,8 @@ .clients-table { max-height: unset !important; - overflow: unset !important; - display: table !important; + overflow: unset !important; + display: table !important; flex-direction: unset !important; } @@ -146,15 +146,15 @@ display: block; padding: 1rem 1rem 1rem 13px; margin-left: 0.6rem; - flex: 1 1 auto; - white-space: nowrap; + flex: 1 1 auto; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .view-type-container { display: flex; - flex-wrap: wrap; + flex-wrap: wrap; gap: 0.5rem; align-items: center; flex-shrink: 0; @@ -192,14 +192,14 @@ display: flex; flex-direction: column; width: 100%; - table-layout: auto; + table-layout: auto; border-collapse: collapse; } .clients-table th, .clients-table td { text-align: left; - padding: 8px; + padding: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -566,4 +566,4 @@ mat-button-toggle-group { padding: 0.5rem 1rem 1rem 1rem; width: 100%; box-sizing: border-box; -} \ No newline at end of file +} diff --git a/ogWebconsole/src/app/components/groups/groups.component.html b/ogWebconsole/src/app/components/groups/groups.component.html index a01b4b9..a54f2d3 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.html +++ b/ogWebconsole/src/app/components/groups/groups.component.html @@ -245,7 +245,7 @@