Looks like you got it partially fixed, you can add this:

Code:
html .message .publicControls .MultiQuoteControl
{
padding: 2px 4px;
}

It adjusts the height for you.
 
Added that to extra.css but it doesn't appear to have changed

Weird, Chrome's doing something funky with it, to that same snippit, below the padding do:

margin-left: 10px;

See if that makes a difference, firefox it works fine... in chrome it loads messed up, but then out of no where for me it fixes itself when I open inspector(not even do anything.
 
Ya it's really weird I'll keep digging, sorry to keep having you try different things but could you give min-width a shot, something like:

Code:
html .message .publicControls .MultiQuoteControl
{
padding: 2px 4px;
min-width: 70px;
}

Something like that, if not I'll keep digging at it and get back to you. That's not a permanent fix, just possibly a temp solution.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back