Skip to content

Commit

Permalink
Margin bottom fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Oct 1, 2024
1 parent 1003796 commit 1170166
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/components/common/form/Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

&:last-child {
// margin-bottom: 0;
margin-bottom: 0;

.flex-x > & {
// margin-bottom: spacing(2);
Expand Down
1 change: 0 additions & 1 deletion public/pages/Home/components/PostsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export class PostsContainer extends React.Component<PostsContainerProps, PostsCo
<div className="c-posts-container__search-col">
<Input
field="query"
className="mb-0"
icon={this.state.query ? IconX : IconSearch}
onIconClick={this.state.query ? this.clearSearch : undefined}
placeholder={t({ id: "home.postscontainer.query.placeholder", message: "Search" })}
Expand Down

0 comments on commit 1170166

Please sign in to comment.