Recently, I delved into learning bootstrap-4 and developed a basic social media website utilizing it. However, I encountered an issue while attempting to align my create-post, login, and register buttons to the right using "float-right" as it caused some format irregularities. Any suggestions or guidance on this matter would be highly appreciated.
My expectation is to have this aligned to the right: https://i.sstatic.net/ixJTW.jpg
submit button
<div class="form-group">
{{ form.submit(class="btn btn-outline-info float-right") }}
</div>