Shrinking the width of the Save button
This commit is contained in:
parent
2a255318b0
commit
233d12c481
@ -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>
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
height: 37px
|
||||
margin-top: 6px
|
||||
text-align: center
|
||||
width: 126px
|
||||
|
||||
&.disabled
|
||||
opacity: 0.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user