Increase the minimum width to give more space to show the menu options.

Signed-off-by: Belen Barros Pena <[email protected]>
---
 bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css 
b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
index 8b5192f..8b8d002 100644
--- a/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
+++ b/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css
@@ -166,6 +166,12 @@ th.add_rm_pkg_btn {
   width: 20%;
 }
 
+/* Edit columsn menu */
+
+.dropdown-menu {
+  min-width: 200px;
+}
+
 /* Popover content */
 
 .popover-content > ul {
-- 
1.9.1

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to