@burtson-labs/bandit-engine 2.0.95 → 2.0.96

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.js CHANGED
@@ -35358,7 +35358,7 @@ var PersonalitiesTab = ({
35358
35358
  border: "1px solid",
35359
35359
  borderColor: "rgba(255,255,255,0.1)",
35360
35360
  borderRadius: 3,
35361
- minHeight: { xs: "200px", md: "280px" },
35361
+ minHeight: { xs: "auto", md: "188px" },
35362
35362
  display: "flex",
35363
35363
  flexDirection: "column",
35364
35364
  overflow: "hidden",
@@ -35841,7 +35841,7 @@ var PersonalitiesTab = ({
35841
35841
  InputLabelProps: { shrink: true },
35842
35842
  InputProps: {
35843
35843
  style: {
35844
- minHeight: isMobile ? "180px" : "240px",
35844
+ minHeight: isMobile ? "auto" : "180px",
35845
35845
  maxHeight: "360px"
35846
35846
  }
35847
35847
  },