Skip to content

Commit

Permalink
Quick match computer drop down width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Dec 10, 2024
1 parent 8934fe2 commit bad42d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Play/QuickMatch.styl
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@

> div {
width: 100%;
max-width: 12rem;
}
&.error {
border: 1px solid red;
Expand Down Expand Up @@ -708,5 +709,10 @@
}
}
}
.computer-select {
> div {
max-width: auto;
}
}

}

0 comments on commit bad42d0

Please sign in to comment.