1
Fork 0

Make the dropdown option text shorter.

This commit is contained in:
Bauke 2023-12-10 14:46:40 +01:00
parent 9059abf853
commit 3604cfe674
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 4 deletions

View File

@ -153,9 +153,9 @@ class App extends Component<Props, State> {
toolbar.
</li>
<li>
<b>Display in the "More..." dropdown</b>, with this enabled
the snippet will be placed in the "More..." dropdown following
the same sorting rules as normal.
<b>Dropdown</b>, with this enabled the snippet will be placed
in the "More..." dropdown following the same sorting rules as
normal.
</li>
<li>
<b>Snippet (Markdown)</b>, the snippet text itself in
@ -388,7 +388,7 @@ class SnippetEditor extends Component<SnippetEditorProps, SnippetEditorState> {
</label>
<label class="snippet-in-dropdown">
Display in the "More..." dropdown{" "}
Dropdown{" "}
<input
type="checkbox"
checked={inDropdown}