Not A Bug UI Bug on Player Profile Screen

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
622
Bug Priority
Minor Bug (doesn't really affect gameplay)
Bug Type
Graphical bug
Bug Occurrence URL
https://en127.tribalwars.net/game.php?village=10608&screen=info_player&id=11588631#449;458
Bug Reproduction Steps
Open the player shared above and that's all you have to do.
Bug Reproducibility
Happens always
1652253697920.png

So this player has by purpose entered such a description on his profile.

The end result is that the page now scrolls horizontally because of the text.

There is a 1 line CSS fix for that.

1652253780742.png

Here is the fix:
#content_value > table > tbody > tr > td:nth-child(2) > table:nth-child(2) > tbody > tr:nth-child(2) > td { word-break: break-all; } [/CODE]
 

JawJaw

Awesomest CM Ever
Reaction score
2,210
Hi Red,

We are aware of this and have already submitted this earlier as an improvement instead of a bug.
 
Top