some pages can cause button elements to not be inlined

This commit is contained in:
gorhill 2014-07-17 10:50:53 -04:00
parent f7354b87e3
commit b3d9b3ba73
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ var startPicker = function() {
'box-sizing: border-box;',
'box-shadow: none;',
'border-radius: 3px;',
'display: inline;',
'line-height: 1;',
'color: #444;',
'background-color: #ccc;',