### What problem does this PR solve? feat: API access key management #2846 feat: Render markdown file with remark-loader #2846 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
20 lines
253 B
Plaintext
20 lines
253 B
Plaintext
.chartWrapper {
|
|
height: 40vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
.chartItem {
|
|
height: 300px;
|
|
padding: 10px 0 50px;
|
|
}
|
|
|
|
.chartLabel {
|
|
display: inline-block;
|
|
padding-left: 60px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.apiLinkText {
|
|
.linkText();
|
|
margin: 0 !important;
|
|
}
|