mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 17:34:58 +00:00
Two missing whitespace trims for PageControls (#4296)
* add whitespace trim to help button * add whitespace trim to new markdown button * Update help.tid
This commit is contained in:
committed by
Jeremy Ruston
parent
8efd0ace34
commit
d8fd2f75d6
@@ -3,7 +3,9 @@ tags: $:/tags/PageControls
|
||||
caption: {{$:/core/images/help}} {{$:/language/Buttons/Help/Caption}}
|
||||
description: {{$:/language/Buttons/Help/Hint}}
|
||||
|
||||
\whitespace trim
|
||||
\define help-inner()
|
||||
\whitespace trim
|
||||
<$reveal type="match" state="$:/config/ShowHelp" text="yes">
|
||||
<$button set="$:/config/ShowHelp" setTo="no" tooltip={{$:/language/Buttons/Help/Hint}} aria-label={{$:/language/Buttons/Help/Caption}} class="""$(tv-config-toolbar-class)$ tc-selected""">
|
||||
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||||
|
||||
Reference in New Issue
Block a user