Commit 62ebec6c authored by alexcherman's avatar alexcherman

Fix indentation

parent 4f1daa49
...@@ -119,16 +119,16 @@ class PluginManagerComponent extends ViewPlugin { ...@@ -119,16 +119,16 @@ class PluginManagerComponent extends ViewPlugin {
</button>` </button>`
return yo` return yo`
<article id="remixPluginManagerListItem_${name}" class="list-group-item px-2 pt-2 pb-0 plugins-list-group-item" title="${displayName}" > <article id="remixPluginManagerListItem_${name}" class="list-group-item px-2 pt-2 pb-0 plugins-list-group-item" title="${displayName}" >
<div class="${css.row} justify-content-between align-items-center mb-2"> <div class="${css.row} justify-content-between align-items-center mb-2">
<h6 class="${css.displayName}"> <h6 class="${css.displayName}">
${displayName} ${displayName}
${versionWarning} ${versionWarning}
</h6> </h6>
${activationButton} ${activationButton}
</div> </div>
<p class="${css.description} text-body plugin-text">${api.profile.description}</p> <p class="${css.description} text-body plugin-text">${api.profile.description}</p>
</article> </article>
` `
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment