Skip to content

Commit

Permalink
Increase height of "export to others" modal (#3424)
Browse files Browse the repository at this point in the history
* feat: Increase height of query usage viewer

* fix: Add changeset file
  • Loading branch information
travisstebbins authored Aug 15, 2024
1 parent d4c6052 commit 0aa0921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-pens-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finos/legend-query-builder': patch
---

Increase height of export to others modal
3 changes: 2 additions & 1 deletion packages/legend-query-builder/style/_query-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2308,8 +2308,9 @@
.query-builder__usage-viewer {
&__modal {
padding: 0;
height: 30vh;
height: 50vh;
width: 50vw;
min-height: 500px;
overflow: hidden;
}

Expand Down

0 comments on commit 0aa0921

Please sign in to comment.