Issue #9262 has been updated by Daniel Sauble. Status changed from Accepted to In Topic Branch Pending Merge % Done changed from 0 to 100
I've chosen to fix this issue by setting overflow: auto; on the parent div of the offending table. This is a short-term fix for a larger problem that should be addressed. The content pane has a fixed width of 80% of the window. Consequently, when dealing with non-breaking text (long path names, for instance), there is no way for the current layout to accomodate this. A long term fix would involve allowing the content pane to assume arbitrary width, expanding as necessary to fit non-breaking text. The entire window should scroll--not individual elements that exceed the current fixed (80%) width. Other parts of dashboard suffer from a similar problem (e.g. the list of reports hides the overflowing portion of the table). ---------------------------------------- Bug #9262: Report page cuts off columns, should overflow instead https://projects.puppetlabs.com/issues/9262 Author: Randall Hansen Status: In Topic Branch Pending Merge Priority: Normal Assignee: Daniel Sauble Category: Target version: 1.3 Keywords: Branch: Affected URL: Affected Dashboard version: 1.2.0 The layout is too rigid on report pages. Columns that should overflow are instead cut off at the edge of the screen. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
