feat: add radius to the monaco editor
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
.caddy-file-editor {
|
.caddy-file-editor {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
border-radius: 4px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caddy-file-editor.global-caddy {
|
.caddy-file-editor.global-caddy {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.caddy-file-editor .monaco-editor {
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: inherit;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user