Having an issue with a button that doesn't completely fill up on Firefox only. Here's the problem in action:
This is how it should actually look:
Not quite sure what to do. Here's the CSS styling being used:
.button-panel .button {
-webkit-appearance: none;
border: none;
cursor: pointer;
height: 55px;
font-size: 27px;
letter-spacing: 0.05em;
text-align: center;
width: 100%;
font-family: 'Avenir Next';
display: inline-block;
font-weight: 300;
background-color: #6699FF;
outline: 3px solid #6699FF;
line-height: 59px;
}
Check out the demo here: http://jsfiddle.net/h7PXe/