Skip to content

Commit

Permalink
Added minHeight parameter to tournament
Browse files Browse the repository at this point in the history
  • Loading branch information
kvebers committed Apr 21, 2024
1 parent b47e1b4 commit 9c85f1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/pages/Games/Tournament.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ const Tournament = () => {
width: "100%",
height: "12%",
marginBottom: "5%",
minHeight: "12%",
alignItems: "center",
display: "flex",
flexDirection: "column",
Expand Down Expand Up @@ -498,6 +499,7 @@ const Tournament = () => {
width: "100%",
height: "12%",
marginBottom: "5%",
minHeight: "12%",
alignItems: "center",
display: "flex",
flexDirection: "column",
Expand Down Expand Up @@ -535,6 +537,7 @@ const Tournament = () => {
width: "100%",
height: "12%",
marginBottom: "5%",
minHeight: "12%",
alignItems: "center",
display: "flex",
flexDirection: "column",
Expand Down Expand Up @@ -570,6 +573,7 @@ const Tournament = () => {
style={{
width: "100%",
height: "12%",
minHeight: "12%",
marginBottom: "5%",
alignItems: "center",
display: "flex",
Expand Down Expand Up @@ -600,6 +604,7 @@ const Tournament = () => {
style={{
width: "100%",
height: "12%",
minHeight: "12%",
marginBottom: "5%",
alignItems: "center",
display: "flex",
Expand Down

0 comments on commit 9c85f1b

Please sign in to comment.