File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -987,7 +987,12 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
987
987
sets the box’s used size to the length necessary to make its outer size
988
988
as close to filling the <a>alignment container</a> as possible
989
989
while still respecting the constraints imposed by 'min-height' /'min-width' /'max-height' /'max-width' .
990
- Unless otherwise specified, this value falls back to ''flex-start'' .
990
+
991
+ Unless otherwise specified, this value falls back to ''flex-start'' generally,
992
+ and to ''self-start'' or ''self-end''
993
+ if the box has also specified
994
+ <a>first baseline</a> or <a>last baseline</a> <a>baseline content-alignment</a> (respectively)
995
+ in the same axis.
991
996
992
997
Note: The ''justify-self/stretch'' keyword can cause elements to shrink,
993
998
to fit their container.
You can’t perform that action at this time.
0 commit comments