Removed last inline style from rte.js #12262

Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
This commit is contained in:
Juvenildo Vaz 2017-12-25 17:01:13 -03:00
parent 4e0d1331fd
commit 2173e5eb5a

View File

@ -169,7 +169,7 @@ RTE.COMMON = {
/**
* Display the dialog to the user
*/
data.message = '<textarea cols="40" rows="15" style="width: 100%;">' + data.message + '</textarea>';
data.message = '<textarea cols="40" rows="15" class="all100">' + data.message + '</textarea>';
var $ajaxDialog = $('<div>' + data.message + '</div>').dialog({
width: 500,
buttons: button_options,