Fix layout problem in IE.

This commit is contained in:
Lars Jung 2015-04-02 23:10:37 +02:00
parent 4a69e639b5
commit 6549a49031

View File

@ -27,7 +27,7 @@ modulejs.define('ext/crumb', ['_', '$', 'core/settings', 'core/resource', 'core/
$html.find('.label').text(item.label).end();
if (item.isDomain() || item.isRoot()) {
$html.find('.sep').remove();
$html.find('.sep').width(0);
}
if (item.isCurrentFolder()) {