Skip to content

Commit

Permalink
change height
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gupta authored and Rahul Gupta committed Sep 3, 2024
1 parent 851de7e commit c13c75a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/editor/components/components/ComponentsContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export default class ComponentsContainer extends React.Component {
return (
<div className="components">
<CommonComponents entity={entity} />
<AdvancedComponents entity={entity} />
<div className="advancedComponentsContainer">
<AdvancedComponents entity={entity} />
</div>
</div>
);
}
Expand Down
3 changes: 3 additions & 0 deletions src/editor/style/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,6 @@ a.help-linkhover {
.fa-trash-o {
display: none;
}
.advancedComponentsContainer {
margin-top: 20px;
}

0 comments on commit c13c75a

Please sign in to comment.