Skip to content

Commit

Permalink
Remove style text-align right and replaced with a class v-money
Browse files Browse the repository at this point in the history
  • Loading branch information
neves committed Jul 20, 2017
1 parent 4fa670b commit 8874322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:value="formattedValue"
@change="change"
v-money="{precision, decimal, thousands, prefix, suffix}"
style="text-align: right" />
class="v-money" />
</template>

<script>
Expand Down
3 changes: 3 additions & 0 deletions src/docs/docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ export default {

<style lang="css">
@import url('https://cdnjs.cloudflare.com/ajax/libs/spectre.css/0.2.14/spectre.min.css');
.v-money {
text-align: right;
}
input {
font-family: monospace;
font-size: 1.8rem !important;
Expand Down

0 comments on commit 8874322

Please sign in to comment.