Skip to content

Commit

Permalink
Merge pull request #5520 from thelostone-mc/rating
Browse files Browse the repository at this point in the history
advanced payout: fix star rating overflow
  • Loading branch information
thelostone-mc authored Nov 20, 2019
2 parents 83221e2 + 8304f92 commit fb0c23c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/assets/v2/css/bulk_payout_bounty.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,10 @@ tr div {

.badge-primary i {
font-size: 10px;
}
}

@media (min-width: 1120px) and (max-width: 1450px) {
.payout_bounty #primary_form {
flex: 0 0 70%;
}
}
2 changes: 1 addition & 1 deletion app/dashboard/templates/bulk_payout_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h3 class="mb-5">Payment Sent</h3>
<div class="row content">
<div class="col-12 body">
<div class="row font-smaller-2" id="form_container">
<div class="col col-lg-6 mx-auto" id="primary_form">
<div class="col col-lg-10 col-xl-6 mx-auto" id="primary_form">
<div class="mt-5" id="primary_subform">
<div class="text-center mb-5">
<h3>{% trans "Advanced Payout" %}</h3>
Expand Down

0 comments on commit fb0c23c

Please sign in to comment.