feat: add justify-all property to row flex #535
This commit is contained in:
@@ -39,7 +39,8 @@ interface IElement {
|
||||
LEFT = 'left',
|
||||
CENTER = 'center',
|
||||
RIGHT = 'right',
|
||||
ALIGNMENT = 'alignment'
|
||||
ALIGNMENT = 'alignment',
|
||||
JUSTIFY = 'justify'
|
||||
};
|
||||
rowMargin?: number;
|
||||
letterSpacing?: number;
|
||||
|
||||
@@ -132,6 +132,10 @@ Feature: Line right
|
||||
|
||||
Feature: Both sides are aligned
|
||||
|
||||
## Ctrl/Cmd + Shift + J
|
||||
|
||||
Feature: Line justify
|
||||
|
||||
## Ctrl + Shift + X
|
||||
|
||||
Feature: Strikethrough
|
||||
|
||||
Reference in New Issue
Block a user