1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-25 18:15:52 +01:00
This commit is contained in:
Kris Maglione
2008-12-02 09:26:34 +00:00
parent d1622570ea
commit d8d92aa8da
2 changed files with 6 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ const template = {
icon: function (item, text)
{
let icon = this.getKey(item, "icon");
return <><span highlight="CompIcon">{icon ? <img src={icon}/> : <></>}</span>{text}</>
return <><span highlight="CompIcon">{icon ? <img src={icon}/> : <></>}</span><span class="td-strut"/>{text}</>
},
filter: function (str) <span highlight="Filter">{str}</span>,