Skip to content

Commit

Permalink
fix(designer): Adding many groups to a Condition action requires awkw…
Browse files Browse the repository at this point in the history
…ard scroll (#4806)

add
  • Loading branch information
Eric-B-Wu committed May 8, 2024
1 parent 4d2a984 commit eece1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/designer-ui/src/lib/querybuilder/AddSection.tsx
Expand Up @@ -59,8 +59,8 @@ export const AddSection = ({ readonly, handleUpdateParent, index, addEmptyRow }:
onClick: () => handleAddGroup(),
},
],
directionalHintFixed: true,
};

return (
<div className="msla-querybuilder-row-add-container">
<div className="msla-querybuilder-row-gutter-hook" />
Expand Down
4 changes: 2 additions & 2 deletions libs/designer-ui/src/lib/querybuilder/querybuilder.less
@@ -1,4 +1,4 @@
@import (reference) '../variables.less';
@import (reference) "../variables.less";

.msla-querybuilder-group-dropdown-container {
width: 70px;
Expand Down Expand Up @@ -144,7 +144,7 @@
}
}
.msla-querybuilder-row-add-container:after {
content: '';
content: "";
width: 1.1px;
height: 50%;
background-color: white;
Expand Down

0 comments on commit eece1df

Please sign in to comment.