14 lines
No EOL
161 B
CSS
14 lines
No EOL
161 B
CSS
#config-editor {
|
|
width: 100%;
|
|
height: 75vh;
|
|
}
|
|
|
|
#deparse-editor {
|
|
width: 100%;
|
|
height: 50vh;
|
|
}
|
|
|
|
#raw-editor {
|
|
width: 100%;
|
|
height: 50vh;
|
|
} |