@ -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;
}
@ -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() || "";