Closed (fixed)
Project:
Commerce Backoffice
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 08:19 UTC
Updated:
19 Aug 2013 at 23:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
bojanz commentedYeah, the CSS is mostly optimized for Shiny, so I'm guessing we'll have a few Seven-specific bugs to fix.
Comment #2
vasikeindeed there is a CSS declaration that makes this happen:
a "max-width: 210px;" for .views-widget elements.
without, it just works fine. The Shiny theme has this CSS declaration but it seems it's right there (max-width: 250px;)
here is the patch for it.
Comment #3
vasikeforgot the patch
Comment #4
bojanz commentedTested locally, looks fine.
Committed, thanks!