Open Jimmi08 opened 2 years ago
@Jimmi08 I believe all the text is meant to be centered.
@CaMer0n yes, it should be centered, but flex in BT5 is splitting text to more than one line (the long line is ok but now it looks like 4 lines - link is on new line) - because class row.
Bug Description
info is separated to more lines
How to Reproduce
Steps to reproduce the behavior:
Problem is in using row class in this:
$SIGNUP_WRAPPER['SIGNUP_GDPR_INFO'] = "<div class='form-group row m-2 text-center'>{---}</div> ";
the row has different behavior in bootstrap5 (flex is added) maybe there is another fix, but removing the class row helped