Skip to content

Commit

Permalink
Add very basic styling of checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubZojdzik committed Apr 19, 2024
1 parent fe2e03b commit d9e86a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/EditCompetitionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ input:focus {
background-color: rgba(255, 255, 255, 0.1);
}
input[type='checkbox'] {
display: block;
width: auto;
}
button {
cursor: pointer;
margin-bottom: 2rem;
Expand Down

0 comments on commit d9e86a0

Please sign in to comment.