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