Skip to content

Commit

Permalink
fix vote feedback alignment (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Sep 12, 2020
1 parent ec2c001 commit 8aa920b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Proposal/ProposalDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ button.disabled {
float: right;
text-align: left;
display: inline-block;
right: 40px;
right: 30px;
top: 12px;
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Proposal/Voting/VoteBreakdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

.voteBreakdown {
position: relative;
width: 120px;
width: 130px;
text-align: left;
margin-left: 5px;
display: block;
Expand Down

0 comments on commit 8aa920b

Please sign in to comment.