Skip to content

Commit 2d5a22e

Browse files
committed
Document minimum sizes to contain FindAndReplace/GoToLine dialogs (fixes #210)
1 parent 21220dd commit 2d5a22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugins/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ The mouse ran up the clock.
203203
The clock struck one,
204204
The mouse ran down,
205205
Hickory dickory dock.</code-input>
206+
<p><small>When setting the size of <code>code-input</code> elements with this plugin, make sure they are large enough to fit the dialog, at least 500px wide and 170px tall with the default styling. (If you are using the <code>Autogrow</code> plugin, this will be done for you as long as your <code>--code-input_autogrow_max-width</code> and <code>--code-input_autogrow_max-height</code> are large enough.) For technical reasons the dialog cannot overflow the editing area.</small></p>
206207
</body>
207208
</html>
208209
```
@@ -251,6 +252,7 @@ The mouse ran up the clock.
251252
The clock struck one,
252253
The mouse ran down,
253254
Hickory dickory dock.</code-input>
255+
<p><small>When setting the size of <code>code-input</code> elements with this plugin, make sure they are large enough to fit the dialog, at least 300px wide and 150px tall with the default styling. (If you are using the <code>Autogrow</code> plugin, this will be done for you as long as your <code>--code-input_autogrow_max-width</code> and <code>--code-input_autogrow_max-height</code> are large enough.) For technical reasons the dialog cannot overflow the editing area.</small></p>
254256
</body>
255257
</html>
256258
```

0 commit comments

Comments
 (0)