mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
Portal mode column styling
Added text wrap and fixed layout style for portal mode widgets for long names
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user