remove border to fix pagination display
This commit is contained in:
@@ -25,15 +25,10 @@
|
|||||||
<h3 class="title">{{author.name}}</h3>
|
<h3 class="title">{{author.name}}</h3>
|
||||||
<p v-if="author.description">{{author.description}}</p>
|
<p v-if="author.description">{{author.description}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="authorbooks mt-5">
|
<div class="mt-6">
|
||||||
<SearchBook :author-id="id"/>
|
<SearchBook :author-id="id"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.authorbooks {
|
|
||||||
border: solid;
|
|
||||||
border-radius: 50px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user