Skip to content

Commit

Permalink
Fix for SelectControl as well
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 14, 2023
1 parent 1e99ee9 commit 6daf5f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/dataviews/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function Search( { label, view, onChangeView } ) {
value={ search }
label={ searchLabel }
placeholder={ searchLabel }
className="dataviews-control"
size="compact"
/>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
min-height: 100%;
}
}
.dataviews-control > .components-base-control__field {
.components-base-control > .components-base-control__field {
margin-bottom: 0;
}

Expand Down

0 comments on commit 6daf5f2

Please sign in to comment.