[bitbake-devel] [PATCH 92/94] bitbake: webhob: Simple UI interface CSS fix

Alex DAMIAN alexandru.damian at intel.com
Tue Sep 24 16:53:01 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

In the build packages page of the Simple interface,
setting overflow:auto to be able to scroll the
dependency information area.

[YOCTO #5196]

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 bitbake/lib/webhob/bldviewer/templates/bpackage.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/webhob/bldviewer/templates/bpackage.html b/bitbake/lib/webhob/bldviewer/templates/bpackage.html
index 46a256c..39190d8 100644
--- a/bitbake/lib/webhob/bldviewer/templates/bpackage.html
+++ b/bitbake/lib/webhob/bldviewer/templates/bpackage.html
@@ -31,7 +31,7 @@
             <td>{{package.size}}</td>
             <td>{{package.license}}</td>
             <td>
-        <div style="height: 3em">
+        <div style="height: 3em; overflow:auto">
             {% for bpd in package.bpackage_dependencies_package.all %}
                 {{bpd.dep_type}}: {{bpd.depends_on}} <br/>
             {% endfor %}
-- 
1.8.1.2




More information about the bitbake-devel mailing list