Merge pull request #12360 from edx/christina/tnl-4238
Fix incorrect truncation issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user