Skip to content

Commit

Permalink
small css fix (finos#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
irisyngao authored May 22, 2024
1 parent 8773bac commit ec67ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/famous-games-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
'@finos/legend-application-query': patch
'@finos/legend-query-builder': patch
---
1 change: 1 addition & 0 deletions packages/legend-application-query/style/_query-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
color: var(--color-dark-grey-400);
font-size: 1.5rem;
font-weight: 500;
white-space: nowrap;
}
}

Expand Down
1 change: 0 additions & 1 deletion packages/legend-query-builder/style/_query-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,6 @@
&__toggler__btn {
@include flexVCenter;

align-self: flex-start;
background: var(--color-dark-grey-280);
padding: 0 0.5rem 0 0;
height: 2.2rem;
Expand Down

0 comments on commit ec67ffb

Please sign in to comment.