Skip to content

Commit

Permalink
Don't show horizontal scrollbar when invisible label is too wide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumluregn committed Jun 14, 2019
1 parent a5184f4 commit ea581e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tabletools/dialogs/tableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea581e8

Please sign in to comment.