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 committed Sep 27, 2020
1 parent c0642d5 commit d567cf0
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 d567cf0

Please sign in to comment.