Minor CSS fix

This commit is contained in:
NatePri 2016-04-10 19:41:28 -07:00 committed by Griatch
parent f907165dd3
commit 67e26103d5

View file

@ -124,7 +124,7 @@ div {margin:0px;}
#inputfield, #inputsend, #inputsizer {
display: block;
box-sizing: border-box;
min-height: 50px;
height: 50px;
background: #000;
color: #fff;
padding: 0 .45em;