Skip to content

Commit

Permalink
Text wrap on comments button on document view #403
Browse files Browse the repository at this point in the history
  • Loading branch information
flob38 committed Apr 25, 2019
1 parent 8ad4cb2 commit da5ebbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/document/utils/boxes/CommentsBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
};
</script>

<style lang="scss">
<style lang="scss" scoped>
@import '@/assets/sass/variables.scss';
Expand Down Expand Up @@ -255,4 +255,9 @@
}
}
.button{
white-space: normal;
height: auto;
}
</style>

0 comments on commit da5ebbe

Please sign in to comment.