@flozy/editor 10.7.3 → 10.7.5
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.
@@ -197,6 +197,7 @@ export default function Select(props) {
|
|
197
197
|
minHeight: "40px",
|
198
198
|
padding: "2px",
|
199
199
|
gap: "4px",
|
200
|
+
overflowX: 'auto',
|
200
201
|
"& .MuiChip-root": {
|
201
202
|
margin: "2px"
|
202
203
|
}
|
@@ -206,6 +207,7 @@ export default function Select(props) {
|
|
206
207
|
label: option?.label || option?.value,
|
207
208
|
sx: {
|
208
209
|
background: option?.color || appTheme?.palette?.editor?.tv_border1,
|
210
|
+
maxWidth: '150px',
|
209
211
|
border: "none",
|
210
212
|
"& .MuiChip-label": {
|
211
213
|
paddingLeft: "12px !important",
|