X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-instance%2Fpolicy-instance.component.scss;h=c96ecfc1520a4a5fa23519cbdccd3e620b0067c4;hb=b0ff9d1cf925365ede88198824c5893c04b1c7b9;hp=7f0ba4710d451b8056c30797b48531dcbe009066;hpb=2b5577d7b7477a8de14d7553560d864d6476fc00;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.scss b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.scss index 7f0ba47..c96ecfc 100644 --- a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.scss +++ b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.scss @@ -26,14 +26,42 @@ width: 100%; margin-top: 10px; margin-bottom: 10px; - background-color: grayscale($color: #eeeaea); + background-color: transparent; } .mat-column-instanceId { word-wrap: break-word; white-space: unset; - flex: 0 0 28%; - width: 28%; + flex: 0 0 22%; + width: 22%; +} + +.mat-column-ric { + word-wrap: break-word; + white-space: unset; + flex: 0 0 22%; + width: 22%; +} + +.mat-column-service { + word-wrap: break-word; + white-space: unset; + flex: 0 0 22%; + width: 22%; +} + +.mat-column-lastModified { + word-wrap: break-word; + white-space: unset; + flex: 0 0 22%; + width: 22%; +} + +.mat-column-action { + word-wrap: break-word; + white-space: unset; + flex: 0 0 12%; + width: 12%; }