Skip to content

Commit

Permalink
Set radio buttons to be aligned left
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Dec 13, 2024
1 parent 5cf1da1 commit 8a2b47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/branded/step-1/branded-checkout-step-1.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="panel-name" translate>{{'PAYMENT'}}</h3>
<div class="panel" ng-if="$ctrl.premiumCode">
<div class="panel-body">
<h3 class="panel-name" translate>{{'CHOOSE_RESOURCE'}}</h3>
<div class="row">
<div class="row text-left">
<div class="col-sm-3">
<div class="row">
<label class="radio-inline">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4 class="panel-title visible" translate>{{'BANK_ACCOUNT_PAYMENT'}}</h4>
</div>
</div>
<div class="col-sm-6">
<div class="form-group form-group-default form-group-inline" ng-class="{'has-error': ($ctrl.bankPaymentForm.accountType | showErrors)}">
<div class="form-group form-group-default form-group-inline text-left" ng-class="{'has-error': ($ctrl.bankPaymentForm.accountType | showErrors)}">
<label class="label-block" translate>{{'ACCOUNT_TYPE'}}</label>
<label class="radio-inline">
<input type="radio" name="accountType" ng-model="$ctrl.bankPayment.accountType" value="Checking" required> <translate>{{'CHECKING'}}</translate>
Expand Down

0 comments on commit 8a2b47a

Please sign in to comment.