Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Nov 22, 2019
2 parents b2d439a + 9f19faa commit 8c83c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/line-content.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div class="line-content" :class="className">
{{ text }}
</div>
<div class="line-content" :class="className">{{ text }}</div>
</template>
<script>
export default {
Expand Down
2 changes: 1 addition & 1 deletion src/components/line-wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
color: #f1f1f1;
line-height: 20px;
height: 20px;
white-space: nowrap;
white-space: pre;
// word-break: break-all;
box-sizing: border-box;
padding-left: 16px;
Expand Down

0 comments on commit 8c83c27

Please sign in to comment.