Skip to content

Commit

Permalink
Remove min width for lobby creation elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Jan 28, 2022
1 parent 2347409 commit df9f887
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/resources/lobby_create.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
padding: 1rem 3rem 1rem 3rem;
}

.input-item {
width: inherit;
min-width: 300px;
}

.error-list {
background-color: rgb(236, 93, 93);
padding: 10px;
Expand Down Expand Up @@ -178,14 +173,10 @@ tr[selected="true"] {
width: 100%;
row-gap: 5px;
}
.input-item {
min-width: auto;
}
.advanced-section {
width: 100%;
}
.input-container > input[type="checkbox"] {
min-width: auto;
width: initial;
}
.input-container > * {
Expand Down

0 comments on commit df9f887

Please sign in to comment.