fictoan-react 2.0.0-beta.15 → 2.0.0-beta.16
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/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3717,7 +3717,7 @@ textarea[data-textarea]:active,
|
|
|
3717
3717
|
[data-form-item-group] > :has([data-input-field]):not(:has([data-select])):not(:has([data-button])),
|
|
3718
3718
|
[data-form-item-group] > :has([data-textarea]),
|
|
3719
3719
|
[data-form-item-group] > :has([data-file-upload-area]) {
|
|
3720
|
-
flex : 1
|
|
3720
|
+
flex : 1;
|
|
3721
3721
|
min-width : 0;
|
|
3722
3722
|
}
|
|
3723
3723
|
|
package/package.json
CHANGED