We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedebb5 commit 1c9d199Copy full SHA for 1c9d199
plugins/find/dialogs/find.js
@@ -533,7 +533,7 @@
533
elements: [
534
{
535
type: 'hbox',
536
- widths: [ '230px', '90px' ],
+ widths: [ 'auto', '100px' ],
537
children: [
538
539
type: 'text',
@@ -560,7 +560,7 @@
560
561
type: 'fieldset',
562
label: CKEDITOR.tools.htmlEncode( lang.findOptions ),
563
- style: 'margin-top:29px',
+ style: 'margin-top:35px',
564
565
566
type: 'vbox',
@@ -598,7 +598,7 @@
598
599
600
601
602
603
604
@@ -624,7 +624,7 @@
624
},
625
626
627
628
629
630
0 commit comments