Skip to content

Commit

Permalink
Set premium radio buttons to be aligned left
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Dec 11, 2024
1 parent 5cf1da1 commit ab0416a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ab0416a

Please sign in to comment.