From: Lott, Christopher (cl778h) Date: Tue, 22 Oct 2019 21:05:22 +0000 (-0400) Subject: Make CAAS-Ingress IP column wider X-Git-Tag: R2~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F1200%2F1;p=portal%2Fric-dashboard.git Make CAAS-Ingress IP column wider 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) --- diff --git a/webapp-frontend/src/app/caas-ingress/caas-ingress.component.scss b/webapp-frontend/src/app/caas-ingress/caas-ingress.component.scss index 770fcf5d..8c345fdd 100644 --- a/webapp-frontend/src/app/caas-ingress/caas-ingress.component.scss +++ b/webapp-frontend/src/app/caas-ingress/caas-ingress.component.scss @@ -43,13 +43,13 @@ /* 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;