Skip to content

Commit

Permalink
Don't leak element level CSS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sklirg committed Mar 2, 2018
1 parent 28ec7d7 commit e962120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Admin/AdminLogin.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
input {
.component input {
margin: 1rem;
box-sizing: border-box;
}

form {
.component > form {
box-sizing: border-box;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit e962120

Please sign in to comment.