Fix spacing

This commit is contained in:
Julien Machiels 2020-05-30 18:45:40 +02:00 committed by GitHub
parent e6b7c8a691
commit 429f0bfe95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
newHeight = textarea.scrollHeight/* - offset*/; newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true; hasGrown = true;
} }
$('.customCssContainer').css("height",newHeight + 'px'); $('.customCssContainer').css("height", newHeight + 'px');
textarea.style.height = newHeight + 'px'; textarea.style.height = newHeight + 'px';
} }