fix vote button alignment

This commit is contained in:
Alec Armbruster 2023-06-26 17:10:39 -04:00
parent 16f2f0d244
commit 937ebfc649
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View file

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