Instead of pull-right use text-right.
text-right class aligns the content of that element to right by using text-align: right.
pull-right class aligns the element itself by using float:right.
Instead of pull-right use text-right.
text-right class aligns the content of that element to right by using text-align: right.
pull-right class aligns the element itself by using float:right.