mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed space centered property
This commit is contained in:
parent
912ff6f645
commit
24cfe07e95
@ -2,7 +2,11 @@
|
||||
<component
|
||||
:is="tag"
|
||||
:style="styles"
|
||||
class="ds-space">
|
||||
class="ds-space"
|
||||
:class="[
|
||||
centered && 'ds-space-centered'
|
||||
]"
|
||||
>
|
||||
<slot />
|
||||
</component>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user