mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +00:00
GEN-1529: Fix View definition tab, query display issue (#18752)
This commit is contained in:
parent
9edf3791c0
commit
4696b99665
@ -53,13 +53,7 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sql-editor-container {
|
|
||||||
.CodeMirror {
|
|
||||||
.CodeMirror-foldgutter {
|
|
||||||
width: 2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.include-columns-add-button.ant-btn-icon-only.ant-btn-sm {
|
.include-columns-add-button.ant-btn-icon-only.ant-btn-sm {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
|||||||
@ -53,4 +53,7 @@
|
|||||||
.CodeMirror-linenumber {
|
.CodeMirror-linenumber {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
|
.CodeMirror-sizer {
|
||||||
|
margin-left: 40px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user