diff --git a/src/main/java/eu/erasmuswithoutpaper/registry/cmatrix/CoverageMatrixRow.java b/src/main/java/eu/erasmuswithoutpaper/registry/cmatrix/CoverageMatrixRow.java index 09efc830..48b3f3f1 100644 --- a/src/main/java/eu/erasmuswithoutpaper/registry/cmatrix/CoverageMatrixRow.java +++ b/src/main/java/eu/erasmuswithoutpaper/registry/cmatrix/CoverageMatrixRow.java @@ -60,7 +60,7 @@ static void generateHtmlTableHeader(StringBuilder sb) { /* Institution */ - row1.append(genRow("Institution", NAME_COLOR_CLASS, 2, 1, "ewpst__cell--institution")); + row1.append(genRow("Institution", NAME_COLOR_CLASS, 2, 1, "ewpst__cell-institution")); /* SCHAC */ diff --git a/src/main/resources/style.css b/src/main/resources/style.css index 2c842dda..3c88c618 100644 --- a/src/main/resources/style.css +++ b/src/main/resources/style.css @@ -328,6 +328,10 @@ a:hover { color: #000; } +.ewpst__cell-institution { + min-width: 200px; +} + .ewpst__cell-schac { min-width: 200px; width: 200px; @@ -362,9 +366,6 @@ a:hover { padding-left: 5px; padding-right: 5px; } -.ewpst__cell.ewpst__cell--institution { - min-width: 200px; -} .ewpst__row--header .ewpst__cell.ewpst__cell--cc1 { background: #b6d7a8; text-align: center;