Skip to content

Commit

Permalink
fix(ui): amend editor height under namespace tabs (#4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Jul 31, 2024
1 parent d1eb0ad commit 10a4390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/inputs/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<style lang="scss">
@import "../../styles/layout/root-dark.scss";
:not(.el-drawer__body) > .ks-editor {
:not(.namespace-form, .el-drawer__body) > .ks-editor{
flex-direction: column;
height: 100%;
}
Expand Down

0 comments on commit 10a4390

Please sign in to comment.