Make CAAS-Ingress IP column wider
[portal/ric-dashboard.git] / webapp-frontend / src / app / caas-ingress / caas-ingress.component.scss
index 770fcf5..8c345fd 100644 (file)
 
 /* column classes are magically defined by Angular */
 .mat-column-namespace {
-  max-width: 125px;
-}
-.mat-column-ip {
-  max-width: 75px;
+  max-width: 100px;
 }
 .mat-column-status {
-  max-width: 75px;
+  max-width: 100px;
+}
+.mat-column-ip {
+  max-width: 100px;
 }
 .mat-column-containers {
   max-width: 75px;