Improving category reorder modal layout

This commit is contained in:
Kris
2018-08-10 22:09:46 -04:00
parent e53983b53b
commit a960a57c72
2 changed files with 23 additions and 23 deletions

View File

@@ -12,7 +12,7 @@
{{d-button class="no-text" action="moveUp" actionParam=cat icon="arrow-up"}}
{{d-button class="no-text" action="moveDown" actionParam=cat icon="arrow-down"}}
{{#if cat.hasBufferedChanges}}
{{d-button class="no-text" action="commit" icon="check"}}
{{d-button class="no-text ok" action="commit" icon="check"}}
{{/if}}
</td>
<td>{{category-badge cat allowUncategorized="true"}}</td>