diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/TableProfiler/table-profiler.less b/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/TableProfiler/table-profiler.less index 4ef2c13cfd2..a17cbdb6dd0 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/TableProfiler/table-profiler.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/TableProfiler/table-profiler.less @@ -53,13 +53,7 @@ overflow-y: scroll; } } -.sql-editor-container { - .CodeMirror { - .CodeMirror-foldgutter { - width: 2em; - } - } -} + .include-columns-add-button.ant-btn-icon-only.ant-btn-sm { width: 18px; height: 18px; diff --git a/openmetadata-ui/src/main/resources/ui/src/styles/components/code-mirror.less b/openmetadata-ui/src/main/resources/ui/src/styles/components/code-mirror.less index 28a49d4eeb2..24cfc45d5df 100644 --- a/openmetadata-ui/src/main/resources/ui/src/styles/components/code-mirror.less +++ b/openmetadata-ui/src/main/resources/ui/src/styles/components/code-mirror.less @@ -53,4 +53,7 @@ .CodeMirror-linenumber { color: @text-color; } + .CodeMirror-sizer { + margin-left: 40px !important; + } }