diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 72e61651c..7e725f0c0 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -146,6 +146,21 @@ > thead > tr > th:nth-child(2) { text-align: left; } + + > thead > tr > th:nth-child(3), + > thead > tr > th:nth-child(4), + > thead > tr > th:nth-child(5), + > thead > tr > th:nth-child(6), { + width: 100px; + } + + > tbody > tr > td.value-col, + > tbody > tr > td.max-col, + > tbody > tr > td.warn-col, + > tbody > tr > td.crit-col { + text-align: right; + width: 100px; + } } // Performance data table column for sparkline pie charts in detail views