diff --git a/awx/ui/static/less/portal.less b/awx/ui/static/less/portal.less index c8f7728731..c0bb5f4c4f 100644 --- a/awx/ui/static/less/portal.less +++ b/awx/ui/static/less/portal.less @@ -37,3 +37,13 @@ } } + #job_templates_table, + #portal_jobs_table { + table-layout:fixed; + } + #portal_jobs_table .name-column, + #job_templates_table .name-column { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + }