Skip to content

Commit

Permalink
Merge pull request #1624 from LemmyNet/bugfix/vote-button-position
Browse files Browse the repository at this point in the history
Fix `VoteButtons` positioning
  • Loading branch information
SleeplessOne1917 authored Jun 26, 2023
2 parents 961345b + 1c5e2f1 commit 25cd564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/components/common/vote-buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class VoteButtonsCompact extends Component<

render() {
return (
<div>
<>
<button
type="button"
className={`btn-animate btn py-0 px-1 ${
Expand Down Expand Up @@ -157,7 +157,7 @@ export class VoteButtonsCompact extends Component<
)}
</button>
)}
</div>
</>
);
}
}
Expand Down

0 comments on commit 25cd564

Please sign in to comment.