diff --git a/plugins/tabletools/dialogs/tableCell.js b/plugins/tabletools/dialogs/tableCell.js index 6f635e7d0cc..800650f7668 100644 --- a/plugins/tabletools/dialogs/tableCell.js +++ b/plugins/tabletools/dialogs/tableCell.js @@ -470,7 +470,7 @@ CKEDITOR.dialog.add( 'cellProperties', function( editor ) { type: 'select', id: fieldName + 'Type', label: editor.lang.table[ fieldName + 'Unit' ], - labelStyle: 'visibility:hidden;display:block;width:0;', + labelStyle: 'visibility:hidden;display:block;width:0;overflow:hidden', 'default': 'px', items: [ // 'widthPx' and 'widthPc' are also used for height to avoid additional translations.