@linzjs/windows 5.4.3 → 5.4.4

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.
@@ -101,7 +101,7 @@ dialog.LuiModalAsync, div.LuiModalAsync {
101
101
  .LuiModalAsync-main {
102
102
  display: flex;
103
103
  flex-direction: column;
104
- flex: 1;
104
+ flex: 1 1 auto;
105
105
  gap: lui.$unit-rg;
106
106
  overflow: hidden;
107
107
  }
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "popout"
14
14
  ],
15
15
  "main": "./dist/index.ts",
16
- "version": "5.4.3",
16
+ "version": "5.4.4",
17
17
  "peerDependencies": {
18
18
  "@linzjs/lui": ">=21",
19
19
  "lodash-es": ">=4",