- Blind mode tutorial
lichess.org
Donate

Aesthetic issue on tournaments page

<Comment deleted by user>

I see the same problem. The table has a width, the div containing it a smaller width and a background.

Your name is too large and it pushes the table width over the div. One could style the h1 element in the table header like this:
<h1 style=" display: flex; flex-wrap: wrap; justify-content: center; ">

and then it looks like this when it's out of space:

https://i.imgur.com/4TMaOwO.png

I see the same problem. The table has a width, the div containing it a smaller width and a background. Your name is too large and it pushes the table width over the div. One could style the h1 element in the table header like this: <h1 style=" display: flex; flex-wrap: wrap; justify-content: center; "> and then it looks like this when it's out of space: https://i.imgur.com/4TMaOwO.png

This topic has been archived and can no longer be replied to.