Skip to content

Commit

Permalink
Merge pull request #200 from the-control-group/release/v1.9.6
Browse files Browse the repository at this point in the history
remove margin top from input
  • Loading branch information
mattdizon authored Dec 8, 2022
2 parents f09a3e5 + 8be0774 commit 296d222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-control-group/ui",
"version": "1.9.5",
"version": "1.9.6",
"description": "UI kit based on ReactJS for TCG projects",
"main": "lib/index.js",
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/elements/PasswordInput/password-input.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
letter-spacing: @ui-input-letter-spacing;

background: @ui-input-background;
margin-top: 6px;
// states
&:focus {
border: @ui-input-border-focus;
Expand Down

0 comments on commit 296d222

Please sign in to comment.