diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index a5e7ea251..3f949a255 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -713,8 +713,8 @@ box-sizing: border-box; cursor: auto; width: 300px; - font-size: 30px; - padding: 0 5px; + font-size: 30px !important; + padding: 0 5px !important; height: 43px; } } diff --git a/www/common/toolbar.js b/www/common/toolbar.js index e55cdcf82..31fe38406 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -717,7 +717,7 @@ MessengerUI, Messages) { var displayInput = function () { if (toolbar.connected === false) { return; } - $input.width(Math.max($text.width(), 300)+'px'); + $input.width(Math.max(($text.width() + 10), 300)+'px'); $text.hide(); //$pencilIcon.css('display', 'none'); var inputVal = suggestName() || "";