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;
|
display: table;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
|
width: 30em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-row {
|
.form-row {
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
#login-form p {
|
#login-form p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#login-form form {
|
||||||
|
width: 22.5em;
|
||||||
|
}
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
#registration-form p {
|
#registration-form p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#registration-form form {
|
||||||
|
width: 25em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue