Skip to content

Commit

Permalink
Reoganisation css scoped or not #403
Browse files Browse the repository at this point in the history
  • Loading branch information
flob38 committed Apr 25, 2019
1 parent da5ebbe commit c19ecc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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" scoped>
<style lang="scss">
@import '@/assets/sass/variables.scss';
Expand Down Expand Up @@ -255,6 +255,10 @@
}
}
</style>

<style lang="scss" scoped>
.button{
white-space: normal;
height: auto;
Expand Down

0 comments on commit c19ecc1

Please sign in to comment.