X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-instance.component.scss;h=6a18c34278db7603f4d9b4a047e61d5f5d96833b;hb=8831a02bce715562f3cacce1691bf4d9d3af206b;hp=83f6f6654ea60d89c8b20c5637e2b12f5f49bb21;hpb=dbb8ebab82ddbace4c6feb7180a4c6eff5697493;p=nonrtric.git diff --git a/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss b/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss index 83f6f665..6a18c342 100644 --- a/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss +++ b/dashboard/webapp-frontend/src/app/policy-control/policy-instance.component.scss @@ -19,16 +19,23 @@ */ .instances-table { - width: 60%; - min-height: 150px; - min-width: 600px; + width: 90%; + min-width: 1200px; margin-top: 10px; margin-bottom: 10px; background-color: grayscale($color: #eeeaea); } +.mat-column-instanceId { + word-wrap: break-word; + white-space: unset; + flex: 0 0 28%; + width: 28%; +} + + .table-dark { - background-color: #1d1d27; + background-color: #2d2d3d; } .action-cell {