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