Fixed forms width on Chrome
This commit is contained in:
parent
8176184b51
commit
eafc47bfb3
3 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
display: table;
|
||||
margin: 0 auto;
|
||||
text-align: left !important;
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.form-row {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#login-form p {
|
||||
text-align: center;
|
||||
}
|
||||
#login-form form {
|
||||
width: 22.5em;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#registration-form p {
|
||||
text-align: center;
|
||||
}
|
||||
#registration-form form {
|
||||
width: 25em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue