Shrinking the width of the Save button

This commit is contained in:
Bruno Alves de Faria 2017-09-05 10:22:20 -03:00
parent 2a255318b0
commit 233d12c481
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{{/if}}
{{/if}}
<div class="caseProgressStatus">
{{#button class='btn' action='save' disabled=(isFinishDisabled)}}Save{{/button}}
{{#button class='btn p-x-2' action='save' disabled=(isFinishDisabled)}}Save{{/button}}
</div>
{{/form}}
</template>

View File

@ -29,7 +29,6 @@
height: 37px
margin-top: 6px
text-align: center
width: 126px
&.disabled
opacity: 0.5