fix 2 lines player name

shop
Raz 8 months ago
parent 67a2a3bdce
commit 5c3301a9a5
  1. 7
      tournaments/static/tournaments/css/style.css

@ -339,10 +339,13 @@ tr {
/* For single player teams */ /* For single player teams */
.player.single-player .semibold { .player.single-player .semibold {
line-height: 1.4em; display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
position: relative; line-height: 1.4em;
text-overflow: ellipsis; text-overflow: ellipsis;
max-height: 2.8em; /* 2 lines × 1.4em line-height */
} }
/* For two player teams */ /* For two player teams */

Loading…
Cancel
Save