structra-ui 0.1.99 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/structra-ui.mjs
CHANGED
|
@@ -7409,7 +7409,7 @@ class FormRowComponent {
|
|
|
7409
7409
|
constructor() {
|
|
7410
7410
|
this.gap = 'md';
|
|
7411
7411
|
this.align = 'stretch';
|
|
7412
|
-
this.justify = '
|
|
7412
|
+
this.justify = 'between';
|
|
7413
7413
|
/**
|
|
7414
7414
|
* Quando `true`, cada filho que **não** é `app-form-col` ocupa uma linha inteira da grelha
|
|
7415
7415
|
* (`grid-column: 1 / -1`). Sem `grow`, campos soltos já dividem a linha em partes iguais.
|