mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
11 lines
175 B
CSS
11 lines
175 B
CSS
|
|
.codeMirrorContainer {
|
||
|
|
font-size: 12px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.CodeMirror {
|
||
|
|
border: 1px solid #ddd;
|
||
|
|
box-sizing: border-box;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
}
|