Rounded corners for code editor (#940)
This commit is contained in:
@@ -95,3 +95,13 @@ body,
|
|||||||
#root {
|
#root {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* CodeMirror override styles */
|
||||||
|
|
||||||
|
.cm-editor {
|
||||||
|
@apply rounded-md;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-gutters {
|
||||||
|
@apply rounded-md;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user