|
|
@@ -82,8 +82,8 @@
|
|
|
var dialogContent = [
|
|
|
"<div class=\"editormd-form\" style=\"padding: 13px 0;\">",
|
|
|
"<label>" + dialogLang.cellsLabel + "</label>",
|
|
|
- dialogLang.rows + " <input type=\"number\" value=\"3\" class=\"number-input\" style=\"width:40px;\" max=\"100\" min=\"2\" data-rows /> ",
|
|
|
- dialogLang.cols + " <input type=\"number\" value=\"2\" class=\"number-input\" style=\"width:40px;\" max=\"100\" min=\"1\" data-cols /><br/>",
|
|
|
+ dialogLang.rows + " <input type=\"number\" value=\"3\" class=\"number-input\" style=\"width:40px;height: 30px;\" max=\"100\" min=\"2\" data-rows /> ",
|
|
|
+ dialogLang.cols + " <input type=\"number\" value=\"2\" class=\"number-input\" style=\"width:40px;height: 30px;\" max=\"100\" min=\"1\" data-cols /><br/>",
|
|
|
"<label>" + dialogLang.alignLabel + "</label>",
|
|
|
"<div class=\"fa-btns\"></div>",
|
|
|
"</div>"
|