Fix to main Input. (#159)

The field was not showing the text on IE because of a padding issue.
This commit is contained in:
Raul Garita Ch 2017-03-28 00:05:31 -06:00 committed by Vesa Juvonen
parent 80d07452a6
commit 5e3e995528
1 changed files with 0 additions and 1 deletions

View File

@ -53,6 +53,5 @@
.messageBox input {
border: 3px #c8c8c8 solid !important;
border-collapse: collapse;
padding: 15px;
}
}