From 14de8ade0b938949553fc804cabf13ed9ce977b9 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 22 Oct 2019 17:05:22 -0400 Subject: [PATCH] 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) --- .../src/app/caas-ingress/caas-ingress.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.16.6