fixed the issue with setting form's width (#1472)

This commit is contained in:
Leila Lali
2018-05-23 10:23:03 -07:00
committed by GitHub
parent 36a8991682
commit 259306a8db
3 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
.form-table {
width: 100%;
display: table;
padding: 10px 30px 0px 30px;
box-sizing: border-box;