We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1cee2 commit 9a6a983Copy full SHA for 9a6a983
docs/content/2.essentials/2.customization.md
@@ -57,9 +57,9 @@ use Relaticle\Flowforge\Components\CardFlex;
57
58
| Method | Description | Default |
59
|--------|-------------|---------|
60
-| `wrap(bool $wrap = true)` | Enable/disable wrapping | `false` |
+| `wrap(bool $wrap = true)` | Enable/disable wrapping | `true` |
61
| `justify(string $justify)` | Horizontal alignment | `'start'` |
62
-| `align(string $align)` | Vertical alignment | `'start'` |
+| `align(string $align)` | Vertical alignment | `'center'` |
63
64
### Real-World Example
65
0 commit comments