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:
Chris Houseknecht
2014-07-03 02:19:17 -04:00
parent 67daa1599b
commit 9e3700545e
18 changed files with 1266 additions and 975 deletions

View File

@@ -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"
}
}