Browse Source

Add flex as a display property

pull/1710/head
David Polak 7 years ago
parent
commit
ec750be56e
  1. 1
      src/style_manager/model/PropertyFactory.js

1
src/style_manager/model/PropertyFactory.js

@ -407,6 +407,7 @@ module.exports = () => ({
{ value: 'block' },
{ value: 'inline' },
{ value: 'inline-block' },
{ value: 'flex' },
{ value: 'none' }
];
break;

Loading…
Cancel
Save