You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/i18n/category/layout-en.yaml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3918,8 +3918,10 @@ children:
3918
3918
- name: alignment
3919
3919
details: |-
3920
3920
<p>Relative to which position in the parent container to place the content.</p>
3921
-
<p>Cannot be <code><span class="typ-key">auto</span></code> if <code>float</code> is <code><span class="typ-key">false</span></code> and must be either
3922
-
<code><span class="typ-key">auto</span></code>, <code>top</code>, or <code>bottom</code> if <code>float</code> is <code><span class="typ-key">true</span></code>.</p>
3921
+
<ul>
3922
+
<li>If <code>float</code> is <code><span class="typ-key">false</span></code>, then this can be any alignment other than <code><span class="typ-key">auto</span></code>.</li>
3923
+
<li>If <code>float</code> is <code><span class="typ-key">true</span></code>, then this must be <code><span class="typ-key">auto</span></code>, <code>top</code>, or <code>bottom</code>.</li>
3924
+
</ul>
3923
3925
<p>When an axis of the page is <code><span class="typ-key">auto</span></code> sized, all alignments relative to
3924
3926
that axis will be ignored, instead, the item will be placed in the
0 commit comments