Make the dropdown option text shorter.
This commit is contained in:
parent
9059abf853
commit
3604cfe674
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue