Make CAAS-Ingress IP column wider 00/1200/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 22 Oct 2019 21:05:22 +0000 (17:05 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 22 Oct 2019 21:05:22 +0000 (17:05 -0400)
Give the IP addy column more width to avoid smooshing the
container count onto the end.

Change-Id: I27ef59395ec167ef4c5157abdd7538c5ee96f595
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
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;