diff --git a/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html b/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html index 4bb90eb909c224172cbbf81d9c0359728db3ae92..ecd942b119731784b7e39d63a24cb376a122b030 100644 --- a/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html +++ b/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html @@ -467,8 +467,9 @@ </label> <f:render section="formValidation" arguments="{form-field: 'privacyPolicy'}" /> </div> - <button type="submit" class="btn btn-lg btn-warning">{f:translate(key:'frontend.applyNow')} <i - class="fa fa-paper-plane" aria-hidden="true"></i></button> + <div class="d-flex justify-content-end"> + <button type="submit" class="btn btn-lg btn-warning">{f:translate(key:'frontend.applyNow')}</button> + </div> </f:form> </div> </f:if>