Comments on [F2U] RedRum All Comments

BTW, Β I was asking how to fix the "bi..." FORM? πŸ’—πŸ’•πŸ₯Ί I wanted to use the older verison but dunno how to fix πŸ‘‰πŸ‘ˆπŸ’•πŸ’• what should I do?πŸ˜…

The "..." in the Profile? :0

You can fix that by removing "text-truncate" from the line of code. It's just there to prevent text overfilling / ruining alignment c:

Here's a visual example:

29c2ef39f6aef117a05a29aba02132f0.png

From basics ! Yep !Β Screenshot_20210610-114904_Chrome.jpg

But it gets separated fromΒ  the " gender " icon.Β  See? It went on a separate line πŸ€”πŸ’•πŸ’—πŸ’¦


Yeah that's the "ruined alignment" I'm talking about. The reason is because the columns are fixed to be a certain size x'D

It can (kind of) be fixed by replacing both "col-5" and "col-7" with "col-lg". It's easier to do on PC using ctrl + FΒ and replace all

But if you use the updated code, you don't have to worry about the layout being squished :D