diff --git a/src/components/voting/voting.css b/src/components/voting/voting.css index 0c1b805e7..32d3edeb9 100644 --- a/src/components/voting/voting.css +++ b/src/components/voting/voting.css @@ -97,4 +97,6 @@ .voteButton { color: #000 !important; + position: relative; + top: 3px; }