MDL-81123 tiny_html: Make empty codemirror region clickable
This commit is contained in:
@@ -27,15 +27,19 @@ export default {
|
||||
component,
|
||||
pluginName: `${component}/plugin`,
|
||||
codeMirrorStyle: `
|
||||
.modal-codemirror-container {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
bottom: 50px;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
overflow: scroll;
|
||||
border: 1px solid #c7cace;
|
||||
border-radius: 5px;
|
||||
}
|
||||
`
|
||||
.modal-codemirror-container {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
bottom: 50px;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
overflow: scroll;
|
||||
border: 1px solid #c7cace;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.modal-codemirror-container {
|
||||
.cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user