@asdp/ferryui 0.1.22-dev.9705 → 0.1.22-dev.9706

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.mjs CHANGED
@@ -130,6 +130,7 @@ var useStyles = makeStyles({
130
130
  },
131
131
  buttonContainer: {
132
132
  display: "flex",
133
+ flexDirection: "column",
133
134
  width: "100%",
134
135
  gap: tokens.spacingHorizontalM
135
136
  }