Fix to main Input. (#159)
The field was not showing the text on IE because of a padding issue.
This commit is contained in:
parent
80d07452a6
commit
5e3e995528
|
@ -53,6 +53,5 @@
|
|||
.messageBox input {
|
||||
border: 3px #c8c8c8 solid !important;
|
||||
border-collapse: collapse;
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue