prometheus/web/ui/react-app/src/pages/Config.css
Julius Volz c83094b443
React UI: Implement /config page (#6236)
* React UI: Implement /config page

Signed-off-by: Julius Volz <[email protected]>

* Address review comments

Signed-off-by: Julius Volz <[email protected]>
2019-10-28 10:00:00 +01:00

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