Skip to content

Commit 2ad5aa2

Browse files
committed
Double doc dem flex displayz
1 parent 4f65e10 commit 2ad5aa2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/source/docs/display.blade.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,16 @@ title: "Display"
6363
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark whitespace-no-wrap">display: none;</td>
6464
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the box type of the element to <code>none</code>.</td>
6565
</tr>
66+
<tr>
67+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.flex</td>
68+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark whitespace-no-wrap">display: flex;</td>
69+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the box type of the element to <code>flex</code>.</td>
70+
</tr>
71+
<tr>
72+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.inline-flex</td>
73+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark whitespace-no-wrap">display: inline-flex;</td>
74+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the box type of the element to <code>inline-flex</code>.</td>
75+
</tr>
6676
</tbody>
6777
</table>
6878
</div>
69-
70-
If you're looking for Flexbox utilities, please see the [Flexbox](/docs/flexbox-display) page.

0 commit comments

Comments
 (0)