Commit b1f71569 by cahrens

Fix incorrect truncation issue.

TNL-4238
parent 6055205d
...@@ -337,8 +337,6 @@ if Backbone? ...@@ -337,8 +337,6 @@ if Backbone?
fitName: (name) -> fitName: (name) ->
@maxNameWidth = @$(".forum-nav-browse").width() - @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 .icon").outerWidth(true) -
@$(".forum-nav-browse-drop-arrow").outerWidth(true) @$(".forum-nav-browse-drop-arrow").outerWidth(true)
width = @getNameWidth(name) 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