Skip to content

Commit

Permalink
Robust UI to the Enable Predictions button to look good on both Windo…
Browse files Browse the repository at this point in the history
…ws and Mac (#2149)
  • Loading branch information
roienatan authored and Oren Sokolowsky committed Oct 4, 2020
1 parent 3d68bef commit 8c46c84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Proposal/Staking/StakeButtons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@

.enablePredictions {
button {
width: 120px;
white-space: nowrap;
width: fit-content;
height: auto;
padding-left: 10px;
padding-right: 10px;
}
}
}
Expand Down

0 comments on commit 8c46c84

Please sign in to comment.