[BS v.3.3.5] If the text is written in All Caps, the bootstrap class ".text-capitalize" does not work.
Created by: subhban01
Create a paragraph in HTML with the text: LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT
Add BS class ".text-capitalize"
Expected: Should convert the paragraph to sentence case, like this: Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit.
Actual: No effect.