@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/{chunk-AVKPFP2F.mjs → chunk-76IBI5SY.mjs} +3 -3
- package/dist/chunk-76IBI5SY.mjs.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +2 -2
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-AVKPFP2F.mjs.map +0 -1
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: "
|
|
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 ? "
|
|
35844
|
+
minHeight: isMobile ? "auto" : "180px",
|
|
35845
35845
|
maxHeight: "360px"
|
|
35846
35846
|
}
|
|
35847
35847
|
},
|