mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
17fea5478a
With the addition of the errors in the views list, it is now difficult to have a view on all the rules in a screen witdh. This commit adds wrapping to improve the overall display of the rules page. Signed-off-by: Julien Pivotto <[email protected]>
13 lines
195 B
CSS
13 lines
195 B
CSS
table th td {
|
|
border: 1px solid black;
|
|
}
|
|
table th tr td h2 {
|
|
font-size: 26px;
|
|
}
|
|
.rule_cell {
|
|
white-space: pre-wrap;
|
|
background-color: #F5F5F5;
|
|
display: block;
|
|
font-family: monospace;
|
|
}
|