The Select box for bulk operation is being sized to work with Sevens administrative theme but cause clipping in other themes like Ember. I would suggest just putting a min-height on it to work with Sevens and won't cause clipping on other themes.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commerce_backoffice-fix-select-height-2350067-1.patch | 930 bytes | sethmac |
| chrome.png | 6.5 KB | sethmac | |
| ie11.png | 6.56 KB | sethmac |
Comments
Comment #1
sethmac commentedPatched by making the height:25px a min-height:25px.
Comment #2
sethmac commentedComment #3
joelpittetSeems like a reasonable fix, better yet would maybe be removing the height all together and let the admin theme deal with it.
Comment #4
mglamanComitted, thanks!