diff --git a/src/main/twirl/helper/attached.scala.html b/src/main/twirl/helper/attached.scala.html index d7ae7ce..fc85f82 100644 --- a/src/main/twirl/helper/attached.scala.html +++ b/src/main/twirl/helper/attached.scala.html @@ -20,7 +20,7 @@ } }); - // Adjust attachment area width + // Adjust clickable area width $('#@textareaId').next('div.clickable').css('width', ($('#@textareaId').width() + 8) + 'px'); });