fix: remove horizontal overflow on article page
This commit is contained in:
parent
e1c2706714
commit
e3d1ca4175
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue