mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Portal mode column styling
Added text wrap and fixed layout style for portal mode widgets for long names
This commit is contained in:
parent
688e80d82c
commit
224e136269
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user