Added default width
This commit is contained in:
parent
e178ba4ac9
commit
e3e3651c56
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
class="space-bottom"
|
||||
:class="{ 'center-content': center }"
|
||||
>
|
||||
<BaseTitle v-if="title" center size="huge" class="centered">
|
||||
<BaseTitle v-if="title" center size="huge" class="centered pt-5 pb-2">
|
||||
{{ title }}
|
||||
</BaseTitle>
|
||||
<slot />
|
||||
|
@ -29,7 +29,7 @@ export default {
|
|||
},
|
||||
props: {
|
||||
width: {
|
||||
default: "",
|
||||
default: "slim",
|
||||
type: String
|
||||
},
|
||||
title: {
|
||||
|
|
Loading…
Reference in a new issue