mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Fixed problem with tag dropdown list being inline rather than block
This commit is contained in:
parent
5755cd5d3f
commit
1c559660d9
@ -8,7 +8,9 @@ title: $:/templates/TagTemplate
|
|||||||
* <$view field="title" format="link" />
|
* <$view field="title" format="link" />
|
||||||
*.divider
|
*.divider
|
||||||
* <div>
|
* <div>
|
||||||
<$list filter="[is[current]tagging[]sort[title]]"><$view field="title" format="link" /></$list>
|
<$list filter="[is[current]tagging[]sort[title]]">
|
||||||
|
<$view field="title" format="link" />
|
||||||
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@
|
@@
|
||||||
|
Loading…
Reference in New Issue
Block a user