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 and Skraye committed Aug 1, 2024
1 parent ea0b4e7 commit 202c321
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 202c321

Please sign in to comment.