fix: remove horizontal overflow on article page

This commit is contained in:
jettison200 2022-06-30 18:27:16 -06:00
parent e1c2706714
commit e3d1ca4175
1 changed files with 6 additions and 0 deletions

View File

@ -28,3 +28,9 @@
import ArticleDetail from 'src/components/ArticleDetail.vue'
import ArticleDetailComments from 'src/components/ArticleDetailComments.vue'
</script>
<style scoped>
.row{
margin-right: 0;
}
</style>