@stokelp/ui 2.82.2 → 2.82.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.
package/dist/ui.js CHANGED
@@ -22894,6 +22894,7 @@ const cf = G({
22894
22894
  }), wf = n1({
22895
22895
  base: {
22896
22896
  minWidth: 300,
22897
+ maxWidth: "100%",
22897
22898
  bg: "white",
22898
22899
  outline: "none",
22899
22900
  cursor: "pointer",
@@ -22946,7 +22947,7 @@ const cf = G({
22946
22947
  }
22947
22948
  },
22948
22949
  "message-container": {
22949
- maxWidth: "80%",
22950
+ maxWidth: { base: "80%", md: "70%" },
22950
22951
  mt: "space-24",
22951
22952
  "&.chat-message-container-left": {
22952
22953
  alignSelf: "flex-start",