I need that the Label makes 100% of the width so i can format in the Label the information i need
Code: Select all
<tr class="table-selection">
<td><label for="p_<?= $choice['id'] ?>"><?= $choice['module'] ?></label></td>
<td class="text-right">but i don't know how to do it (without overwriting the checkout_payment.php) can somebody helps me with a other idea, how to implement a hoock to do that? thanks in advance!