Skip to content

Commit

Permalink
Merge pull request #3404 from soniasingla/sonia/focus
Browse files Browse the repository at this point in the history
Fixes #3387 - Prevent clipping of focus style on inputs
  • Loading branch information
ksy36 authored Jul 22, 2020
2 parents 793511d + 7702bd7 commit cc841c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion webcompat/static/css/src/issue-wizard-animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
opacity: 0;
}
100% {
max-height: 300px;
max-height: 340px;
opacity: 1;
padding-top: 45px;
}
Expand Down
1 change: 0 additions & 1 deletion webcompat/static/css/src/issue-wizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
animation-name: slideupandheight;
max-height: 0;
opacity: 0;
overflow: hidden;
padding: 10px;
width: 100%;
}
Expand Down

0 comments on commit cc841c6

Please sign in to comment.