mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
14 lines
236 B
CSS
14 lines
236 B
CSS
.btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
#config_yaml {
|
|
display: block;
|
|
padding: 9.5px;
|
|
font-size: 13px;
|
|
color:#333;
|
|
word-break: break-all;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
}
|