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="space-bottom"
|
||||||
:class="{ 'center-content': center }"
|
: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 }}
|
{{ title }}
|
||||||
</BaseTitle>
|
</BaseTitle>
|
||||||
<slot />
|
<slot />
|
||||||
|
@ -29,7 +29,7 @@ export default {
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
width: {
|
width: {
|
||||||
default: "",
|
default: "slim",
|
||||||
type: String
|
type: String
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
|
|
Loading…
Reference in a new issue