You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/web/ui/static/css/config.css

15 lines
236 B

.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;
}