Skip to content

Commit 5606419

Browse files
committed
[css-align] Fix the initial value for align-items.
1 parent 92e142a commit 5606419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
990990
<pre class="propdef">
991991
Name: align-items
992992
Value: normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
993-
Initial: auto
993+
Initial: normal
994994
Applies to: block-level elements
995995
Inherited: no
996996
Percentages: n/a

0 commit comments

Comments
 (0)