mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:36:53 +00:00
fix: minor corrections
This commit is contained in:
@@ -116,10 +116,10 @@ const onCopyToClipboard = async () => {
|
||||
@apply !bg-nc-bg-gray-extra-light border-1 border-nc-border-gray-medium rounded-lg flex-1;
|
||||
|
||||
.monaco-editor {
|
||||
@apply !border-0 !rounded-b-lg pr-3;
|
||||
@apply !border-0 !rounded-b-lg pr-3 outline-none;
|
||||
}
|
||||
.overflow-guard {
|
||||
@apply !border-0 !rounded-b-lg;
|
||||
@apply !border-0 !rounded-b-lg !rounded-t-0;
|
||||
}
|
||||
.monaco-editor,
|
||||
.monaco-diff-editor,
|
||||
|
||||
Reference in New Issue
Block a user