Make sure the button labels in the table of packages we show in the custom image details page wrap when there is not enough space.
Also, give the add | remove packages column a bit more room. Signed-off-by: Belen Barros Pena <[email protected]> --- bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css index 8855914..8b5192f 100644 --- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css +++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css @@ -154,7 +154,7 @@ fieldset[disabled] .btn-primary:hover { /* Table buttons */ -td > .btn { +td .btn { white-space: normal; } @@ -162,6 +162,10 @@ th.add-del-layers { width: 18%; } +th.add_rm_pkg_btn { + width: 20%; +} + /* Popover content */ .popover-content > ul { -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
