mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00
Minor: fixed ui feedback for data quality (#17325)
This commit is contained in:
parent
67634f9695
commit
8ef1ab1ff8
@ -220,6 +220,7 @@ const TestCaseResultTab = () => {
|
||||
</Col>
|
||||
<Col span={24}>
|
||||
<SchemaEditor
|
||||
className="query-editor-min-h-60"
|
||||
editorClass="table-query-editor"
|
||||
mode={{ name: CSMode.SQL }}
|
||||
options={{
|
||||
|
@ -28,6 +28,12 @@
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.query-editor-min-h-60 {
|
||||
.CodeMirror {
|
||||
min-height: 60px;
|
||||
}
|
||||
}
|
||||
.full-screen-editor-height > .CodeMirror {
|
||||
height: calc(100vh - 250px) !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user