mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
* React UI: Implement /config page Signed-off-by: Julius Volz <[email protected]> * Address review comments Signed-off-by: Julius Volz <[email protected]>
11 lines
188 B
CSS
11 lines
188 B
CSS
.config-yaml {
|
|
display: block;
|
|
padding: 10px;
|
|
font-size: 13px;
|
|
color: #333;
|
|
word-break: break-all;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
}
|