Skip to content

Commit

Permalink
fix(react): fix component-tree styles
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Dec 2, 2021
1 parent e432c68 commit a9943dd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/react/src/widgets/ComponentTreeWidget/styles.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
@import '../../variables.less';

.@{prefix-cls}-component-tree {
min-height: 90%;
}
min-height: 100%;
display: flex;
min-width: 100%;

&>* {
min-height: 100%;
min-width: 100%;
}
}

0 comments on commit a9943dd

Please sign in to comment.