fix bracket initial setting

bracket-feature
Raz 8 months ago
parent a83c0782eb
commit 65c981160f
  1. 2
      tournaments/templates/tournaments/tournament_bracket.html

@ -191,7 +191,7 @@ function renderBracket() {
.butterfly-round {
position: relative;
width: 15%; /* 300px for match + 20px on each side for lines */
width: 25%; /* 300px for match + 20px on each side for lines */
flex-shrink: 0; /* Prevents rounds from shrinking */
}

Loading…
Cancel
Save