Skip to content

Commit

Permalink
fix: avoid oversizing <Input>s
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Jul 18, 2023
1 parent 4361327 commit 5c0aded
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/react/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
margin-left: 0.1em;
}

.Input:not([type="checkbox"], [type="radio"]) {
width: 100%;
}

.Input[type="checkbox"],
.Input[type="radio"] {
margin: unset;
Expand Down

0 comments on commit 5c0aded

Please sign in to comment.