Comments on [F2U] RedRum All Comments Start of Thread Parent

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