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