File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/specialchar/dialogs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) {
164
164
165
165
return {
166
166
title : lang . title ,
167
- minWidth : 430 ,
167
+ minWidth : 460 ,
168
168
minHeight : 280 ,
169
169
buttons : [ CKEDITOR . dialog . cancelButton ] ,
170
170
charColumns : 17 ,
@@ -175,7 +175,7 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) {
175
175
176
176
var charsTableLabel = CKEDITOR . tools . getNextId ( ) + '_specialchar_table_label' ;
177
177
var html = [ '<table role="listbox" aria-labelledby="' + charsTableLabel + '"' +
178
- ' style="width: 320px ; height: 100%; border-collapse: separate;"' +
178
+ ' style="width: 376px ; height: 100%; border-collapse: separate; table-layout: fixed ;"' +
179
179
' align="center" cellspacing="2" cellpadding="2" border="0">' ] ;
180
180
181
181
var i = 0 ,
@@ -236,7 +236,7 @@ CKEDITOR.dialog.add( 'specialchar', function( editor ) {
236
236
{
237
237
type : 'hbox' ,
238
238
align : 'top' ,
239
- widths : [ '320px ' , '90px ' ] ,
239
+ widths : [ 'auto ' , '74px ' ] ,
240
240
children : [
241
241
{
242
242
type : 'html' ,
You can’t perform that action at this time.
0 commit comments