diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 115abc4176..9acf1e187b 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -145,7 +145,7 @@ select { width: auto; } .hero-unit img { background-color: #eee; margin-top: 15px; } /* make tables Chrome-happy (me, not so much) */ -#otable { table-layout: fixed; word-wrap: break-word; } +table { table-layout: fixed; word-wrap: break-word; } /* styles for the new build button */ .new-build .btn-primary { padding: 4px 30px; }