Skip to content

Commit

Permalink
Prevent sign-in form from going outside viewport (twbs#25388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds committed Feb 20, 2018
1 parent 6a52ebf commit 79178c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/4.0/examples/floating-labels/floating-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {
width: 100%;
max-width: 420px;
padding: 15px;
margin: 0 auto;
margin: auto;
}

.form-label-group {
Expand Down
2 changes: 1 addition & 1 deletion docs/4.0/examples/sign-in/signin.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
width: 100%;
max-width: 330px;
padding: 15px;
margin: 0 auto;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
Expand Down

0 comments on commit 79178c5

Please sign in to comment.