Needs review
Project:
Theme developer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2011 at 10:27 UTC
Updated:
9 Mar 2012 at 04:08 UTC
#themer-popup is sometimes too small to display long lists of views functions or long function names.
And sometimes the attributes block unreachable at the bottom...
With this css (for devel_themer.css) the div will be a bit better:
#themer-popup .row {
height: 150px;
overflow: auto;
}
#themer-popup .attributes {
height: auto;
}
Comments
Comment #1
szt commented