mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
Cleanup.
This commit is contained in:
@@ -49,6 +49,10 @@ const template = {
|
||||
}
|
||||
|
||||
return <div class={class || "hl-CompItem"}>
|
||||
<!-- The non-breaking spaces prevent empty elements
|
||||
- from pushing the baseline down and enlarging
|
||||
- the row.
|
||||
-->
|
||||
<li class="hl-CompResult">{text} </li>
|
||||
<li class="hl-CompDesc">{desc} </li>
|
||||
</div>;
|
||||
|
||||
Reference in New Issue
Block a user