@conboai/storybook.components 0.1.24 → 0.1.25
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.
|
@@ -26980,9 +26980,12 @@ process.env.NODE_ENV !== "production" && (Zl.propTypes = {
|
|
|
26980
26980
|
variant: s.oneOf(["filled", "outlined", "standard"])
|
|
26981
26981
|
});
|
|
26982
26982
|
const TL = {
|
|
26983
|
-
minWidth: "100px",
|
|
26984
26983
|
flexGrow: "1",
|
|
26985
26984
|
backgroundColor: gn,
|
|
26985
|
+
flex: 1,
|
|
26986
|
+
overflow: "hidden",
|
|
26987
|
+
textOverflow: "ellipsis",
|
|
26988
|
+
whiteSpace: "nowrap",
|
|
26986
26989
|
"&.MuiOutlinedInput-root": {
|
|
26987
26990
|
"&.Mui-focused .MuiOutlinedInput-notchedOutline": {
|
|
26988
26991
|
borderColor: `${$t} !important`
|