mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Job page autosizing and long names
Autosizing on the jobs page assumed that there would be a certain amount of consistency with respect to row heights. However, really long job template names blow that assumptions and things break. Finally figured out how to add ellipsis via CSS, and that fixed the problem.
This commit is contained in:
@@ -22,11 +22,9 @@
|
||||
"select2": "~3.4.5",
|
||||
"sizzle": "1.10.16",
|
||||
"d3js": "*",
|
||||
"angular-tz-extensions": "~0.3.10",
|
||||
"malihu-custom-scrollbar-plugin": "2.8.4",
|
||||
"jQuery.dotdotdot": "~1.6.14"
|
||||
"angular-tz-extensions": "~0.3.10"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.2.15-build.2398+sha.4bab3d8"
|
||||
"angular": "1.2.19"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user