From: Manoop Talasila Date: Wed, 23 Oct 2019 20:50:45 +0000 (+0000) Subject: Merge "improve the dark theme" X-Git-Tag: R2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=59f2bcb96fad2d6faee48b4ca65da36249ec5297;hp=a4b2e71472b32a8244da846af20128504f4cbc65;p=portal%2Fric-dashboard.git Merge "improve the dark theme" --- 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;