diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index a5eceecf8..72e61651c 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -115,21 +115,21 @@ } > tbody > tr { - border-bottom: 1px solid #e3e3e3; + border-bottom: 1px solid #e3e3e3; } > tbody > tr:last-child { - border-bottom: none + border-bottom: none } > tbody > tr > td { - white-space: nowrap; - vertical-align: top; - padding: 3px 6px; + white-space: nowrap; + vertical-align: top; + padding: 3px 6px; } > tbody > tr > td:nth-child(2) { - white-space: normal; + white-space: normal; } > thead > tr > th:first-child, @@ -140,11 +140,11 @@ } > thead > tr > th { - text-align: center; + text-align: center; } > thead > tr > th:nth-child(2) { - text-align: left; + text-align: left; } }