Skip to content

Commit

Permalink
Tree view max-height deleted
Browse files Browse the repository at this point in the history
Signed-off-by: keskami <[email protected]>
  • Loading branch information
keskami committed Oct 30, 2023
1 parent f1f6cec commit b973ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- Add exit code to compile-scss script on failure ([#1024](https://github.com/opensearch-project/oui/pull/1024))
- Correct file path for import of Query component ([#1069](https://github.com/opensearch-project/oui/pull/1069))
- Tree view expanded view ([[#1118](https://github.com/opensearch-project/oui/issues/1118)])

### 🚞 Infrastructure

Expand Down
1 change: 1 addition & 0 deletions src/components/tree_view/tree_view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.ouiTreeView__node {
max-height: $ouiSizeXL;
line-height: $ouiSizeXL;
}

.ouiTreeView__node--expanded {
Expand Down

0 comments on commit b973ed9

Please sign in to comment.