fixed centering inside ds-space

This commit is contained in:
Grzegorz Leoniec 2018-12-18 11:50:14 +01:00
parent 5f9fb4fa8b
commit 024dc12048
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -46,7 +46,10 @@ export default {
default: null
},
align: {
/**
* Center content vertacally and horizontally
*/
center: {
type: Boolean,
default: false
},