Accordion Btn-link center text sometimes.
Created by: TheKLF99
Just had an issue on a website where I had an FAQ in an accordion. It was found that on smaller phone screens some of the FAQs were center aligned where as others were left aligned.
Found that btn-link was applying CSS of text-align:center but the link was set to display inline - therefore the text would only center when the FAQ went across multiple lines but would normally be left aligned at other times - problem can be seen in attached image.