@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.mjs
CHANGED
|
@@ -34451,7 +34451,7 @@ var PersonalitiesTab = ({
|
|
|
34451
34451
|
border: "1px solid",
|
|
34452
34452
|
borderColor: "rgba(255,255,255,0.1)",
|
|
34453
34453
|
borderRadius: 3,
|
|
34454
|
-
minHeight: { xs: "
|
|
34454
|
+
minHeight: { xs: "auto", md: "188px" },
|
|
34455
34455
|
display: "flex",
|
|
34456
34456
|
flexDirection: "column",
|
|
34457
34457
|
overflow: "hidden",
|
|
@@ -34934,7 +34934,7 @@ var PersonalitiesTab = ({
|
|
|
34934
34934
|
InputLabelProps: { shrink: true },
|
|
34935
34935
|
InputProps: {
|
|
34936
34936
|
style: {
|
|
34937
|
-
minHeight: isMobile ? "
|
|
34937
|
+
minHeight: isMobile ? "auto" : "180px",
|
|
34938
34938
|
maxHeight: "360px"
|
|
34939
34939
|
}
|
|
34940
34940
|
},
|