Bug 1393799 - Add extra space around forms to ensure invalid fields are displayed properly. r=lchang

MozReview-Commit-ID: Kt7Ej4UcKHG

--HG--
extra : rebase_source : 2b4a660f681bade463c3b7d26817ff0ac943e027
This commit is contained in:
Scott Wu 2017-08-30 15:04:14 +08:00
parent e25a8bdf4f
commit 20ca60a2d9
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,6 @@
form {
justify-content: center;
/* Add extra space to ensure invalid input box is displayed properly */
padding: 2px;
}
form > label,

View File

@ -15,6 +15,8 @@ p {
form {
flex-wrap: wrap;
/* Add extra space to ensure invalid input box is displayed properly */
padding: 2px;
}
form > label,