cartodb/lib/assets/javascripts/new-dashboard/styles/components/_code.scss

9 lines
123 B
SCSS
Raw Normal View History

2020-06-15 10:58:47 +08:00
// Variables for code block theme
.CodeMirror {
height: auto;
margin: 16px 0;
padding: 16px;
line-height: 28px;
}