From d567cf06a865b9f1eefa7cc07bff898e102cf356 Mon Sep 17 00:00:00 2001 From: roienatan <34843014+roienatan@users.noreply.github.com> Date: Sun, 27 Sep 2020 09:41:34 +0300 Subject: [PATCH] Robust UI to the Enable Predictions button to look good on both Windows and Mac (#2149) --- src/components/Proposal/Staking/StakeButtons.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Proposal/Staking/StakeButtons.scss b/src/components/Proposal/Staking/StakeButtons.scss index 99a9747af..76cb93e90 100644 --- a/src/components/Proposal/Staking/StakeButtons.scss +++ b/src/components/Proposal/Staking/StakeButtons.scss @@ -209,9 +209,10 @@ .enablePredictions { button { - width: 120px; - white-space: nowrap; + width: fit-content; height: auto; + padding-left: 10px; + padding-right: 10px; } } }