diff --git a/app/assets/v2/css/bulk_payout_bounty.css b/app/assets/v2/css/bulk_payout_bounty.css index 333ebfe4684..8c7603dce4c 100644 --- a/app/assets/v2/css/bulk_payout_bounty.css +++ b/app/assets/v2/css/bulk_payout_bounty.css @@ -171,4 +171,10 @@ tr div { .badge-primary i { font-size: 10px; -} \ No newline at end of file +} + +@media (min-width: 1120px) and (max-width: 1450px) { + .payout_bounty #primary_form { + flex: 0 0 70%; + } +} diff --git a/app/dashboard/templates/bulk_payout_bounty.html b/app/dashboard/templates/bulk_payout_bounty.html index e1b7370cf10..f8a5c096a1b 100644 --- a/app/dashboard/templates/bulk_payout_bounty.html +++ b/app/dashboard/templates/bulk_payout_bounty.html @@ -57,7 +57,7 @@