Index: chrome/browser/resources/shared/js/cr/ui/tree.js |
diff --git a/chrome/browser/resources/shared/js/cr/ui/tree.js b/chrome/browser/resources/shared/js/cr/ui/tree.js |
index da4b0887e09fb7dc02fcfb73b1849064a800b7aa..c1386358ec03028830dca7367e17279597342881 100644 |
--- a/chrome/browser/resources/shared/js/cr/ui/tree.js |
+++ b/chrome/browser/resources/shared/js/cr/ui/tree.js |
@@ -571,7 +571,7 @@ cr.define('cr.ui', function() { |
function onFocus() { |
input.removeEventListener('focus', onFocus); |
// 20 = the padding and border of the tree-row |
- cr.ui.limitInputWidth(input, rowElement, 20); |
+ cr.ui.limitInputWidth(input, rowElement, 100); |
} |
input.addEventListener('focus', onFocus); |
input.focus(); |