Sha256: 5a78c6283f836d6481d01d93e8020945b2ec37bc1b5f0c8c3881145db549b575
Contents?: true
Size: 323 Bytes
Versions: 9
Compression:
Stored size: 323 Bytes
Contents
.font-large { .CodeMirror { font-size: 1.3em; line-height: 1.5em; } } .font-small .CodeMirror { font-size: 1.0em; line-height: 1.2em; } .fixed-height { .CodeMirror-scroll { overflow: auto; height: 350px; } } .auto-height { .CodeMirror-scroll { height: auto; overflow: visible; } }
Version data entries
9 entries across 9 versions & 1 rubygems