From 024dc12048dd2baf4b76ac17f259811bd8adeab4 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 18 Dec 2018 11:50:14 +0100 Subject: [PATCH] fixed centering inside ds-space --- styleguide/src/system/components/layout/Space/Space.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styleguide/src/system/components/layout/Space/Space.vue b/styleguide/src/system/components/layout/Space/Space.vue index bfc24fd81..e19bb0996 100644 --- a/styleguide/src/system/components/layout/Space/Space.vue +++ b/styleguide/src/system/components/layout/Space/Space.vue @@ -46,7 +46,10 @@ export default { default: null }, - align: { + /** + * Center content vertacally and horizontally + */ + center: { type: Boolean, default: false },