Skip to content

Commit

Permalink
fixed minor CSS selector issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshDeer committed Aug 30, 2024
1 parent 3f46094 commit 3baad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ main {
margin: 0 auto;
}

label input {
label :has(input) {
grid-area: input;
}

Expand Down

0 comments on commit 3baad97

Please sign in to comment.