Commit 8127158e by Christina Roberts

Merge pull request #12360 from edx/christina/tnl-4238

Fix incorrect truncation issue.
parents 6055205d b1f71569
......@@ -337,8 +337,6 @@ if Backbone?
fitName: (name) ->
@maxNameWidth = @$(".forum-nav-browse").width() -
parseInt(@$(".forum-nav-browse").css("padding-left")) -
parseInt(@$(".forum-nav-browse").css("padding-right")) -
@$(".forum-nav-browse .icon").outerWidth(true) -
@$(".forum-nav-browse-drop-arrow").outerWidth(true)
width = @getNameWidth(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment